Kibana Query Language¶
The Kibana Query Language (KQL), known in the Kibana source as “Kuery”, is a full text query language that resolves into ElasticSearch queries. It follows the Kuery grammar.
Kaquel supports both parsing and rendering with KQL, in the form of its
parse_kql()
and render_as_kql()
functions.