Expand description
Ad hoc data search: ES|QL and Query DSL.
Modules§
- dataview
- Kibana data-view resolution and the default alerts index.
- dsl
- Query DSL responses and PIT +
search_afterpagination. - esql
- ES|QL responses and the sync/async
/_queryrunners.
Structs§
Functions§
- has_
source - prepend_
from - resolve_
dsl_ index - Resolve a DSL search’s index:
--indexwins, then--data-view, then the space’s default alerts index. - resolve_
esql_ query - Resolve an ES|QL query’s source:
--indexwins, then--data-view, then the query’s own source, then the space’s default alerts index. - rewrite_
from - Rewrite an ES|QL query’s source to
pattern, used when--indexor--data-viewis given. A leadingFROM <source>becomesFROM <pattern>with any| …pipeline kept;ROW/SHOW/METRICSpass through untouched; a query with no source command getsFROM <pattern>prepended.