Logs
Logs panel - log message display.
Use for displaying and filtering log entries.
<Logs title="Application Logs" showTime showLabels wrapLines> {job="app"}</Logs>| Prop | Type | Default | Description |
|---|---|---|---|
showTime | boolean | - | Show timestamps |
showLabels | boolean | - | Show unique labels |
wrapLines | boolean | - | Wrap lines |
prettifyLogMessage | boolean | - | Prettify JSON |
enableLogDetails | boolean | - | Enable log details |
sortOrder | 'Ascending' | 'Descending' | - | Sort order |
dedupStrategy | 'none' | 'exact' | 'numbers' | 'signature' | - | Deduplication mode |
Inherits from BasePanelProps