Display structured data in a clear, sortable table.
yaml
type: "io.kestra.plugin.core.dashboard.chart.Table"
Display a table with a Log count for each level by Namespace.
yaml
charts:
- id: table_logs
type: io.kestra.plugin.core.dashboard.chart.Table
chartOptions:
displayName: Log count by level for filtered namespace
data:
type: io.kestra.plugin.core.dashboard.data.Logs
columns:
level:
field: LEVEL
count:
agg: COUNT
where:
- field: NAMESPACE
type: IN
values:
- dev_graph
- prod_graph
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length
1
Possible Values
AVG
MAX
MIN
SUM
COUNT
Default
LEFT
Possible Values
LEFT
RIGHT
CENTER
Min items
1
Default
true
Default
true
Min items
1
Min length
1
Default
{
"enabled": true
}
Default
{
"enabled": true
}
Default
6
Minimum
>= 1
Maximum
<= 12
Min length
1
Default
ASC
Possible Values
ASC
DESC
Min items
1