Confidence Level TBD This article has not been reviewed for accuracy, timeliness, or completeness. Check that this information is valid before acting on it. |
---|
Kibana Query Language (KQL)
The Kibana Query Language (KQL) is a simple syntax for filtering Elasticsearch data using free text search or field-based search. KQL is only used for filtering data, and has no role in sorting or aggregating the data. Lucene is also another query syntax that you could use.
KQL is able to suggest field names, values, and operators as you type.
Refer to KQL Official Documentation
Examples of KQL queries for NISAR:
job_type.keyword = t3a.medium - facet on all the jobs that run under the "t3a.medium" instance
verdi - facet on all of verdi's information
{NOTE: Before publishing this page update the footer SME, page maintainer, and content label in “Related Articles” footer box via the pencil icon}