Error Tracking¶
The Error Tracking Explorer filters and displays log data in the workspace that contains the error_stack or error_message field, allowing you to centrally query and analyze application errors.
Error List¶
In the Error Tracking list, you can review error information within a specific time range. The following operations are supported:
- Time range selection: Use the time widget to filter errors within a specific time period.
- Quick filtering: Use the left filter bar to filter data based on business needs, supporting dimensions such as log indexes, data sources, statuses, hosts, services, Pod names, container names, etc.
- Search query: Enter filter criteria in the search bar to quickly locate data.
- Display column configuration: Customize the fields displayed in the list.
For more related operations on the list, refer to Log List.
Error Details¶
Click an error entry in the list to enter the error details page and view the complete information.
Page Header¶
Displays the core identification information of the error:
- Error source: Value of the
sourcefield (e.g.,error_log) - Error title: Error description generated based on
error_message
Error Distribution Chart¶
Displays the distribution of the error over time as a bar chart, helping to identify the time patterns and frequency trends of the error occurrence.
Error Details¶
Displays the specific content and stack information of the error:
- Error type: Value of the
error_typefield (e.g.,DBError) - Error message: Full content of the
error_messagefield - Error stack: Formatted display of the
error_stackfield, supporting JSON structure parsing
Extended Fields¶
Displays all fields of the error log as key-value pairs:
| Field Type | Description |
|---|---|
| Key fields (K) | Core error fields such as error_message, error_stack, error_type, filepath, fingerprint, host, index, etc. |
| Common fields (L) | System or extended fields such as create_time, date_ns, df_metering_size, log_read_lines, message_length, etc. |
Supports field alias display. Click the icon next to the field name to toggle the display of field aliases (e.g., error_message is displayed as "Error Message").
Supports searching for field names or values to quickly locate specific fields.
Related Analysis¶
Use tabs to switch and view related data:
- Context logs: View related logs before and after the error, supporting navigation to the previous/next record.
- Host: View the host information associated with the error.
- eBPF network: View eBPF network data related to the error.
- Custom bound related views.
Toby AI TruePilot Error Analysis¶
TrueWatch provides the ability to analyze error logs with one click. For more details, refer to Large Model Automatic Extraction.

