0 votes
in Kibana by
What are different type of queries which are supported by Elasticsearch in Kibana?

1 Answer

0 votes
by

Majority of the queries are divided into two types categorizing various segments into it.

  1. FULL-TEXT QUERIES - It includes match query, range query, prefix query, common term query and so on.
  2. TERM LEVEL QUERIES- It includes term set query, wildcard query, fuzzy query, IDs query and so on.
...