diff --git a/explore-analyze/images/elasticsearch-reference-esql-discover-query-history.png b/explore-analyze/images/elasticsearch-reference-esql-discover-query-history.png deleted file mode 100644 index eb064684af..0000000000 Binary files a/explore-analyze/images/elasticsearch-reference-esql-discover-query-history.png and /dev/null differ diff --git a/explore-analyze/images/esql-history.gif b/explore-analyze/images/esql-history.gif new file mode 100644 index 0000000000..0f0359416c Binary files /dev/null and b/explore-analyze/images/esql-history.gif differ diff --git a/explore-analyze/query-filter/languages/esql-kibana.md b/explore-analyze/query-filter/languages/esql-kibana.md index 5fd92931ab..8bbe5f66bd 100644 --- a/explore-analyze/query-filter/languages/esql-kibana.md +++ b/explore-analyze/query-filter/languages/esql-kibana.md @@ -107,12 +107,21 @@ A query may result in warnings, for example when querying an unsupported field t ### Query history [esql-kibana-query-history] -You can reuse your recent {{esql}} queries in the query bar. In the query bar, click **Show recent queries**. +You can reuse your recent {{esql}} queries in the query bar. In the query bar, select **Show recent queries**. -You can then scroll through your recent queries: +You can then: +- scroll through your most recent queries +- {applies_to}`stack: ga 9.2` search for specific queries of your history -:::{image} /explore-analyze/images/elasticsearch-reference-esql-discover-query-history.png +:::{image} /explore-analyze/images/esql-history.gif :alt: esql discover query history +:width: 75% +::: + +:::{note} +The maximum number of queries in the history depends on the version you're using: +- {applies_to}`serverless: ga` {applies_to}`stack: ga 9.2` The query history can keep up to 50 KB of queries, which represents about 200 large queries, or about 300 short queries. +- {applies_to}`stack: ga 9.0` The query history keeps your 20 most recent queries. ::: ### Query help