# Service Links View

## Overview

The **Service Links View** provides an overview of all [Cybus::Link](/2-1-2/documentation/services/service-commissioning-files/resources/cybus-link.md) resources. The link resource provides direct access to web resources. This resource can be external to Connectware or refer to a location that is available within a web server of a container. For more information, see [Service Links Details View](/2-1-2/documentation/services/service-resources-view/service-links-view.md).

* To open the **Service Links View** for all service links, click **Services** > **Service Resources** and click the **Service Links** tab.

<figure><img src="/files/nEbwtflapghs4kTL7ST0" alt=""><figcaption><p>Service Links View</p></figcaption></figure>

In the list, all service links are displayed with the following information:

**Service ID**

* The unique identifier of the service that contains this service link.

**Name**

* The name of the service link.

**Links**

* The link provides direct access to web resources of this service. This resource can be external to Connectware or refer to a location that is available within a web server of a container. For example, a dashboard.

## Service Links Details View

* To open the **Service Links Details View** for a specific service, click **Services** > **Service Resources** and select a service.

<figure><img src="/files/VXbD81n16nSLsnYVfRjn" alt=""><figcaption><p>Connections Details View</p></figcaption></figure>

At the top of the **Service Links Details View**, the following information is displayed:

**Service ID**

* The unique identifier of the service that contains this service link.

**Name**

* The name of the service link (e.g. Cybus Data Monitor).

**Description**

* A description of the service link.

**Provider**

* The provider of the service link.

**Version**

* The version of the service link.

**Status**

* The current state of the service link (e.g., enabled).

**Deviation**

* The status of the deviation of the service link (e.g., no deviation).

### Service Links Logs

You can view detailed log messages for the service links of the selected service in the **Service Logs** tab of the **Service Links Details View**.

**Download CSV**

* Export the visible log entries as a CSV file.

{% hint style="info" %}
The log entries in the CSV file are limited to the most recent 500 lines in the current view. To download the raw logs that contain the full logs, see [Logs of All Services](/2-1-2/documentation/services/service-logs/service-logs-of-all-services.md).
{% endhint %}

**Refresh Logs**

* Refresh the log messages to show the most recent entries.

**Filter**

* Use these filters to focus on specific service log message types based on your troubleshooting or monitoring needs. You can filter for **Debug**, **Error**, **Fatal**, **Info**, **Trace**, and **Warn** messages.

**Start Time/End Time**

* Select a specific start date/time and end date/time to define the period for which you want to view log messages.

**Search**

The search allows you to filter the list.

* Minimum search length is 3 characters.
* Search services by service ID or name.
* Search resources by name, ID, protocol, parent resource ID, agent name, or service ID.
* Search is case-insensitive.

**Level**

* The type of message. For example, info or warning.

**Time**

* Shows the exact date and time when each log message was generated.

**Message**

* Displays the message of the log (e.g., **lathe\_01: Enabled InfluxdbConnection**).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cybus.io/2-1-2/documentation/services/service-resources-view/service-links-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
