Skip to content

Advanced Link Configuration


In the Explorer page, you can configure jump links for individual fields, allowing you to directly open target pages from the current field and pass parameters through variables for linked analysis.

Configuration Entry

Settings window:


Field in list:


Extended field in details page:


Start Configuration

Enter the Advanced Link Configuration window > Field List > Add a field, such as host, and click ✅ after successful input.

For fields that have already been created, you can continue to configure links for them:

  1. Define the link name.
  2. Choose the jump opening method for the subsequent link, including:

    • New page
    • Current page
    • Slide-in page
  3. Add the link address.

  4. Confirm.

Link Address

The link address generally consists of two parts:

  • Main link path
  • Additional variables

Link Path

The system provides some preset link paths, and you can directly select the data type you want to associate.

Associated Data Type Preset Link
LOG /logIndi/log/all
APM /tracing/link/all
Incident /tracing/errorTrack
Profile /tracing/profile
CONTAINERS /objectadmin/docker_containers?routerTabActive=ObjectadminDocker
Pod /objectadmin/kubelet_pod?routerTabActive=ObjectadminDocker
Process /objectadmin/host_processes?routerTabActive=ObjectadminProcesses
Dashboard /scene/dashboard/dashboardDetail

Based on the selected preset link path, the system provides corresponding parameters.

Parameter
Description
time Time filter, can be used in Explorer, Dashboard

Link format:
  • Pass query time through template variable: &time=#{TR}
  • Query last 15 minutes: &time=15m
  • Set specific start and end time: &time=1675247688602,1676457288602
  • variable View variable query, generally used in Dashboard views

    Link format: &variable={"host":"guance","service":"kodo"}
    dashboard_id Dashboard ID, can be used to specify Dashboard/built-in views

    Link format: &dashboard_id=dsbd_069b2b90f562123456789123456789
    name Name, can be used to specify Dashboard name/note name/custom Explorer name, etc.

    Link format: &name=Linux Host Monitoring View
    query Tag filter or text search, generally used for data filtering in Explorer. Supports combining tag filters and text searches through space, AND, OR
    ❗️ Space is equivalent to AND
    cols Explorer display columns, generally used to specify the display columns of the Explorer. Displays system default if not specified

    Link format: &cols=time,host,service,message
    w Workspace ID, needs to be specified when jumping across workspaces

    Link format: &w=wksp_40a73c6c2b024301a0b1d139e1234567

    Template Variables

    Field-level link configuration includes two types of variables:

    • Time variables
    Variable
    Description
    #{TR} The current query time range of the Explorer. For example, if the query time is last 1 hour, the template variable &time=#{TR} is equivalent to &time=1h
    #{startTime} When the time is not locked, it is the start time of the Time Widget in the upper right corner of the Explorer. When locked, it is the start time of the locked time
    #{endTime} When the time is not locked, it is the end time of the Time Widget in the upper right corner of the Explorer. When locked, it is the end time of the locked time
    • Tag variables

    #{field_name}: Used to replace the target field value of the query. For example, #{host}: Get the host field value of the selected data.

    Apply Configuration

    After completing the jump link configuration for the field, return to the Explorer list and click under the host field to implement the jump. The target page after the jump will display all the information you configured in the link address.

    Feedback

    Is this page helpful? ×