add_esql_table_panel
Add an ES|QL query table to a Kibana dashboard, displaying selected dimension columns and optional metric columns as table rows.
Instructions
Add an ES|QL table panel to an existing dashboard: show a query's
output columns as a table. columns are the grouping/dimension
columns — one table row per distinct value (e.g. ["status"]);
metric_columns are the numeric value columns shown per row (e.g.
["count"]). esql is the query. It is NOT validated server-side — a
wrong query or column name yields an empty panel, so write them
carefully. For field-based charts use add_panel with a VizSpec.
space targets a Kibana space by id (default: the default space).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| esql | Yes | ||
| space | No | ||
| title | Yes | ||
| columns | Yes | ||
| dashboard_id | Yes | ||
| metric_columns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||