Skip to content

Data Explorer

Explorer page consist of 2 big sections: Controls & Results

Controls

  • Search: Initiates a query to retrieve data.
  • Share URL: Copies the current selection and filters to the clipboard as a shareable URL.
  • Download: Downloads the current selection in JSON format.

Specifies how many rows of data should be retrieved from the server and displayed on page.

Time range Defines the time range for data retrieval, allowing either exact dates or a relative time period.

The Query setup button opens a menu with settings related to query configuration. Currently, it allows you to enable or disable the raw query editor for the selected source.

The Graph setup button opens a menu with settings for configuring graph visualization. Currently, it allows you to:

  • Toggle graph visibility – Enable or disable the display of the graph.
  • Set Group By field – Choose a field to group data in the graph.

Grouping is also supported for elements JSON, Map or Array fields types using the colon (:) notation. (Refer to the Fields input documentation for more details on accessing nested data).

A detailed description of the fields input is located on a separate page.

A detailed description of the query input is located on a separate page.

A detailed description of the raw query input is located on a separate page.

Saved views controls A detailed description of the saved views is located on a separate page.

Results

The graph is currently built based on the severity field, which is specified in the source and this is the only available behavior at the moment. In the future, there will be an option to build the graph based on any arbitrary key.

If the number of rows displayed on the screen does not match the range of the graph, the visible area of the retrieved and displayed rows is highlighted on the graph. This allows users to easily correlate the data in the table with its graphical representation, ensuring that they do not lose track of which rows have been loaded and displayed.

This visualization mechanism improves data navigation, especially when dealing with large log volumes where the full range of values may exceed the current viewable window. Example below. Graph

The resulting table always contains a time field, which is defined in the source. Row colors are determined based on the severity field from the source. This ensures that rows with the same severity have the same color. Also, row colors are match to graph colors.

Detailed Clicking on a row opens a detailed view in a modal window that takes up half of the screen. This detailed view displays all keys and values for the selected log entry. JSON paths are automatically flattened for easier readability (as seen in the screenshot). There is also an option to view the entry in raw JSON format.