Skip to content

Commit 8e77753

Browse files
Discover tabs
1 parent 9217f79 commit 8e77753

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

explore-analyze/discover/discover-get-started.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ You can later filter the data that shows in the chart and in the table by specif
9494
You can combine multiple keywords or characters. For example, `geo dest` finds `geo.dest` and `geo.src.dest`.
9595
::::
9696

97+
{applies_to}`stack: ga 9.2` When they exist in your data, Discover shows a small list of recommended fields to explore. This list is static and managed by Elastic.
98+
9799
2. Select a field to view its most frequent values.
98100
**Discover** shows the top 10 values and the number of records used to calculate those values.
99101

@@ -303,6 +305,38 @@ Note that in ES|QL mode, the **Documents** tab is named **Results**.
303305

304306
Learn more about how to use ES|QL queries in [Using ES|QL](try-esql.md).
305307

308+
### Run multiple explorations with tabs
309+
```{applies_to}
310+
stack: preview 9.2
311+
serverless: preview
312+
```
313+
**Discover** supports multiple tabs to help you explore different aspects of your data simultaneously. Each tab maintains its own independent state, including the query ({{esql}} or KQL), time range, filters, selected data source, columns and sort order your defined, and the active [context-aware experience](#context-aware-discover).
314+
315+
This allows you to pivot quickly between different explorations without rebuilding everything. For example:
316+
317+
* **Compare time periods:** Open multiple tabs with the same query but different time ranges
318+
* **Test query variations:** Duplicate a tab to experiment with different {{esql}} queries or filters
319+
* **Switch contexts:** Keep separate tabs for logs, metrics, and traces exploration
320+
* **Test an hypothesis:** Switch between different data sources or field combinations
321+
322+
#### Manage Discover tabs
323+
324+
You can open new tabs or duplicate existing ones to compare different queries:
325+
- To start a fresh exploration in a new tab, select the {icon}`plus` icon next to existing tabs.
326+
- To test variations of your current query in a new tab, hover over a tab and select the {icon}`boxes_vertical` **Actions** icon, then select **Duplicate**.
327+
328+
To manage and organize your tabs as you need, you can:
329+
- Rename them: Hover over a tab and select the {icon}`boxes_vertical` **Actions** icon, then select **Rename**.
330+
- Reorder them: Drag and drop tabs as you choose.
331+
- Close them: Hover over a tab and select the {icon}`cross` icon.
332+
- Close several tabs at once: When you hover over a tab and select the {icon}`boxes_vertical` **Actions** icon, options let you **Close other tabs** to keep only the active tab open or **Close tabs to the right** to only keep your first tabs and discard any inconclusive explorations in subsequent tabs.
333+
- Reopen recently closed tabs: If you close a tab by mistake, you can retrieve it by selecting the {icon}`boxes_vertical` **Tabs bar menu** icon located at the end of the tab bar.
334+
335+
::::{tip}
336+
Tab state persists when you save a Discover session, so you can resume multi-tab explorations later.
337+
::::
338+
339+
306340
### Inspect your Discover queries
307341

308342
:::{include} ../_snippets/inspect-request.md
@@ -311,7 +345,7 @@ Learn more about how to use ES|QL queries in [Using ES|QL](try-esql.md).
311345

312346
### Save your Discover session for later use [save-discover-search]
313347

314-
Save your Discover session so you can use it later, generate a CSV report, or use it to create visualizations, dashboards, and Canvas workpads. Saving a Discover session saves the query text, filters, and current view of **Discover**, including the columns selected in the document table, the sort order, and the {{data-source}}.
348+
Save your Discover session so you can use it later, generate a CSV report, or use it to create visualizations, dashboards, and Canvas workpads. Saving a Discover session saves all open tabs, along with their query text, filters, and current view of **Discover**, including the columns selected in the document table, the sort order, and the {{data-source}}.
315349

316350
1. In the application menu bar, click **Save**.
317351
2. Give your session a title and a description.

0 commit comments

Comments
 (0)