Display structured data in a clear, sortable table.

yaml
type: "io.kestra.plugin.core.dashboard.chart.Table"

Display a table with Log counts 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
Properties
Validation RegExp ^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length 1
Possible Values
AVGMAXMINSUMCOUNT
Default LEFT
Possible Values
LEFTRIGHTCENTER
Min items 1
Default true
SubType
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
ASCDESC
Min items 1