kibana-vega
Audited by Runlayer on Mar 15, 2026
Risky tool definition detected
**Use JSON, not HJSON triple-quotes** — `'''` multi-line strings cause parse errors in Kibana; use single-line queries with escaped quotes `\"` 2.
Tool passed security scan
Privilege Escalation
Destructive Action
Shadow Persistence
Risky tool definition detected
Don't Set Width/Height - Use Autosize **Problem:** Kibana controls the panel size. Explicit dimensions cause conflicts.
Tool passed security scan
Risky tool definition detected
Use single-line queries with escaped quotes: ```json { "data": { "url": { "%type%": "esql", "query": "FROM logs-* | WHERE @timestamp >= ?_tstart AND @timestamp <= ?_tend | STATS total = COUNT(), errors = COUNT(level == \"error\" OR NULL) BY service.name | RENAME service.name AS service | EVAL error_rate = errors / total * 100 | SORT error_rate DESC | LIMIT 20" } } } ``` ## Comparison: ES|QL vs Elasticsearch DSL ### ES|QL Approach ```hjson { data: { url: { "%type%": "esql" query: "FROM logs-* | S
Passed Files (5)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan