Skip to content

Commit 8bf8ed8

Browse files
Docs for ES|QL history size and search (#3239)
This PR adds information about the query history size depending on which version users are on, and adds a line about the ability to search through the history in 9.2+ Closes: #3099
1 parent 60573b7 commit 8bf8ed8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
Binary file not shown.
115 KB
Loading

explore-analyze/query-filter/languages/esql-kibana.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,21 @@ A query may result in warnings, for example when querying an unsupported field t
107107

108108
### Query history [esql-kibana-query-history]
109109

110-
You can reuse your recent {{esql}} queries in the query bar. In the query bar, click **Show recent queries**.
110+
You can reuse your recent {{esql}} queries in the query bar. In the query bar, select **Show recent queries**.
111111

112-
You can then scroll through your recent queries:
112+
You can then:
113+
- scroll through your most recent queries
114+
- {applies_to}`stack: ga 9.2` search for specific queries of your history
113115

114-
:::{image} /explore-analyze/images/elasticsearch-reference-esql-discover-query-history.png
116+
:::{image} /explore-analyze/images/esql-history.gif
115117
:alt: esql discover query history
118+
:width: 75%
119+
:::
120+
121+
:::{note}
122+
The maximum number of queries in the history depends on the version you're using:
123+
- {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.
124+
- {applies_to}`stack: ga 9.0` The query history keeps your 20 most recent queries.
116125
:::
117126

118127
### Query help

0 commit comments

Comments
 (0)