Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file added explore-analyze/images/esql-history.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions explore-analyze/query-filter/languages/esql-kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 up to 20 queries.
:::

### Query help
Expand Down
Loading