Kubesense

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.

List View Default

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

  1. Open the Data Explorer
  2. Select Logs as the data source
  3. Configure your query and filters (see Query Builder)
  4. Select List as the Panel Type in the right sidebar
  5. Click Run to render the list

Default View

By default the list shows two columns for every log entry:

ColumnDescription
lineThe raw log body
timestampThe 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.

List View with Custom Fields

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

OptionDescription
NameDisplay name shown in the panel header
DescriptionOptional description for additional context