- The derive queries panel takes a query and a field, then runs a terms facet against both and generates a list of terms to query on. For example, you might want to see a histogram of the top 5 requests that return a 404.
You should be careful not to select a high cardinality field as Elasticsearch must load all of these values into memory.
+ The derive queries panel takes a query and a field, then runs a terms facet against both and generates a list of terms to query on. For example, you might want to see a histogram of the top 5 requests that return a 404.
You should be careful not to select a high cardinality field as Elasticsearch must load all of these values into memory.
+ Query Mode allows to optionally append original query to each term in the list.