List
The List visualization displays log entries as a scrollable list of rows. It is purpose-built for the Logs data source and shows each log entry with its body and timestamp by default. You can add custom fields to surface additional context alongside each row.

When to Use
- Browsing raw log output line by line
- Inspecting individual log entries with surrounding context fields
- Searching and filtering logs without aggregation
Building a List Panel
- Open the Data Explorer
- Select Logs as the data source
- Configure your query and filters (see Query Builder)
- Select List as the Panel Type in the right sidebar
- Click Run to render the list
Default View
By default the list shows two columns for every log entry:
| Column | Description |
|---|---|
| line | The raw log body |
| timestamp | The time the log entry was recorded |
Custom Fields
Add extra columns to the list by selecting attributes in the Fields input below the query builder. Type @ to search available log attributes.

In the example above, workload and body have been added as fields. The list now shows a workload column alongside the log body, making it easy to identify which service produced each entry.
To remove a custom field, click the × next to its tag in the Fields input.
Filtering
Use the filter row beneath the Fields input to narrow results by status, protocol, resource, or any other log attribute — the same filtering controls available in other panel types. See Query Builder — Logs and Traces Queries for details.
Panel Configuration
Panel Options
| Option | Description |
|---|---|
| Name | Display name shown in the panel header |
| Description | Optional description for additional context |