home/versioned_docs/version-1.8.0/help/log_stream.md
HertzBeat's log stream feature provides real-time log viewing and filtering capabilities, including real-time log monitoring, multi-dimensional filtering, and log detail viewing. Users can monitor system logs in real-time and perform precise filtering based on different conditions to quickly locate issues and analyze system status.
:::warning The log stream feature is currently in Beta (experimental) stage. There may be potential defects and limitations. The feature is under active development and iteration. :::
In the HertzBeat interface, navigate to "Log" -> "Log Stream" page, where you will see a comprehensive real-time log monitoring interface.
Click the "Show Filters" button to expand the filter configuration area, supporting the following filter conditions:
| Filter Condition | Field Name | Data Type | Purpose | Example Value | Use Case |
|---|---|---|---|---|---|
| Severity Number | severityNumber | Number | OpenTelemetry standard level | 9 | Filter by numeric level precisely |
| Severity Text | severityText | String | Human-readable log level | ERROR, WARN, INFO | Quick filtering by level |
| Trace ID | traceId | String | Distributed system request chain tracking | 1234567890abcdef | Trace analysis, request flow analysis |
| Span ID | spanId | String | Specific operation identifier within traces | abcdef1234567890 | Microservice call analysis |
Click any log entry to open the detail modal, providing complete log information display:
Symptoms: Shows "Disconnected" status Solutions:
Symptoms: Connection is normal but no logs are displayed Solutions:
For more information about log stream features or technical issues, feel free to communicate with the community through GitHub Issues.