Navigate to the Logs Browser from charts, alerts, application map, and the Traces Browser.

You can troubleshoot faster by drilling into the Logs Browser from charts, alerts, application map, and the Traces Browser.

Drill into Logs from Charts

If you have the Logs permission, you can drill into logs from charts, for example, if you notice data anomalies on a chart and want to debug the issue.

To drill into the related logs from a chart:

  1. Position your pointer over the metric for the source of concern, on the location of the anomaly.
  2. Right-click that point on the chart and select Logs (Beta).

A screenshot of a chart with the right-click menu that includes the Logs option. In this example, you right-click the metric chart for source db-5 at 01:25 PM.

The Logs Browser opens in a new tab with the following configuration:

  • The search time window is a 10-minute period, starting 5 minutes before and ending 5 minutes after the time of the point that you right-clicked on the chart.
  • The search query includes the source tag as a filter for the source that you right-clicked.

A screenshot of a search query and selected time window in the Logs Browser. In this example, the Logs Browser opens with the filter source = db-5 and the time window 01:20 PM to 01:30 PM (starting 5 minutes before and ending 5 minutes after 01:25 PM).

 click for top of page

Drill into Logs from an Alert

If you have the Logs permission, to investigate a firing alert, you can drill into logs from the Alert Viewer. For optimal logs search results, you can configure related logs for an alert.

When you create or edit an alert, in the Related Logs panel, you can add multiple tag filters. This way, you can prepare the logs search query, which runs when the alert fires.

The Related Logs panel with a drop-down menu for selecting include and exclude tag filters.

To drill into the related logs of a firing alert:

  1. Go to the Alert Viewer for the alert. You have these options:

    • Click the link in the alert notification.
    • In the Alerts Browser, locate the firing alert and click View firing details.
  2. Click Show Logs Summary.
    • In the Alert Log Summary panel, the time range filter is populated with the trigger window during which the alert condition was met and the alert transitioned to a firing state.
    • The histogram chart shows you the logs for the specific time grouped by the log level, such as, debug, trace, error, server, info, and warn.
    • You also get to see the list of exceptions that were fired when the alert was fired. Click an exception to go to the Logs Browser and examine the logs that have the exception you selected.

    A screenshot of the alert log summary panel of a firing alert.

  3. Optionally, in the Alert Log Summary panel, adjust the filters for the logs search query.

    1. Click Configure log search.
    2. Add and remove filters from the Related Logs section, and save the alert.

    Click the eye icons of the related logs filters that you want to hide from the logs search query. To unhide a filter, you must click the eye-hide icon. You cannot remove or hide the time range filter.

  4. In the Alert Log Summary panel, click Go to Logs (Beta). The Logs Browser opens in a new tab with the configurations from the Related Logs panel:

    • The search time window corresponds to the time range value.
    • The search query contains the unhidden filters (with the eye icons). The search query and the selected time window in the Logs Browser.
 click for top of page

Drill into Logs from Traces

If you have the Logs permission, you can drill into logs from the application status page and the Traces Browser.

Application Status

If you notice that a service on the application map, table view, or grid view of the Application Status page has a high error percentage, you can drill down into the related logs.

  • From the Map View
    1. Select the time window of interest.
    2. Click the service on the application map.
    3. Select View Logs (Beta). A screenshot of a the UI once you click on a service with the view logs link highlighted.
  • From the Table View
    1. Select the time window of interest.
    2. Click the ellipsis for the service.
    3. Select View Logs (Beta). A screenshot of a the UI once you click vertical ellipsis on the table view
  • From the Grid View
    1. Select the time window of interest.
    2. In a service tile, click Actions.
    3. Select View Logs (Beta). A screenshot of a the UI once you click vertical ellipsis on the grid view

The Logs Browser opens in a new tab with the following configurations:

  • The search time window corresponds to the time window on the Application Status page.
  • The search query contains the corresponding service and application tag filters. The search query and the selected time window in the Logs Browser.

Traces Browser

If you notice a critical path through a trace in the Traces Browser, you can drill down into the related logs.

To see the logs for a trace:

  1. Click the trace that you want to examine.
  2. In the Trace Details section, click the service on which you want to focus.
  3. Expand the IDs section.
  4. Click Search Logs (Beta). screenshot of the traces browser with the search logs highlighted

The Logs Browser opens in a new tab with the following configurations:

  • By default, the search time window starts 5 seconds before the trace and ends 5 seconds after the trace.
  • The search query contains the corresponding traceId, source, application, and service tag filters. screenshot of the traces browser with the search logs with traceId highlighted


To learn more about exploring traces and about finding hot spots at a glance, see Traces Browser.

 click for top of page

Learn More!