4e474161a1
* Logs: Add show context to dashboard panel * add prop to enable show context toggle * update test * adjust tests * add query targets as a dependency * extract `useDatasourcesFromTargets` hook * add tests * remove comment
1.9 KiB
1.9 KiB
keywords, labels, title
| keywords | labels | title | |||||||
|---|---|---|---|---|---|---|---|---|---|
|
|
LogsPanelCfg kind |
Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
LogsPanelCfg
Maturity: experimental
Version: 0.0
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
Options |
object | Yes |
Options
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
dedupStrategy |
string | Yes | Possible values are: none, exact, numbers, signature. |
|
enableLogDetails |
boolean | Yes | ||
prettifyLogMessage |
boolean | Yes | ||
showCommonLabels |
boolean | Yes | ||
showLabels |
boolean | Yes | ||
showLogContextToggle |
boolean | Yes | ||
showTime |
boolean | Yes | ||
sortOrder |
string | Yes | Possible values are: Descending, Ascending. |
|
wrapLogMessage |
boolean | Yes |