Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

(blue star) 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}



(lightbulb) Have Questions? Ask a HySDS Developer:

Anyone can join our public Slack channel to learn more about HySDS. JPL employees can join #HySDS-Community

(blue star)

JPLers can also ask HySDS questions at Stack Overflow Enterprise

(blue star)

  • No labels