Skip to content

Commit e084536

Browse files
committed
Merging
2 parents a2095c1 + 9fd90ba commit e084536

File tree

2 files changed

+41
-13
lines changed

2 files changed

+41
-13
lines changed

explore-analyze/dashboards/open-dashboard.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,25 @@ products:
1717
When looking for a specific dashboard, you can filter them by tag or by creator, or search the list based on their name and description. Note that the creator information is only available for dashboards created on or after version 8.14.
1818
::::
1919

20-
3. Click the dashboard **Title** you want to open.
21-
4. Make sure that you are in **Edit** mode to be able to make changes to the dashboard. You can switch between **Edit** and **View** modes from the toolbar.
22-
![Switch between Edit and View modes](https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt619b284e92c2be27/6750f3a512a5eae780936fe3/switch-to-view-mode-8.17.0.gif)
20+
3. Click the dashboard name you want to open.
21+
The dashboard opens automatically in **Edit** mode if you have the right permissions. You can switch between edit and view modes from the toolbar.
2322

2423
5. Make the changes that you need to the dashboard:
2524

2625
* Adjust the dashboard’s settings
2726
* [Add, remove, move, or edit panels](../visualize.md#panels-editors)
2827
* [Change the available controls](add-controls.md)
2928

30-
6. **Save** the dashboard. You automatically switch to **View** mode upon saving.
29+
6. **Save** the dashboard.
3130

3231
::::{note}
3332
Managed dashboards can’t be edited directly, but you can [duplicate](duplicate-dashboards.md) them and edit these duplicates.
3433
::::
3534

36-
3735
## Reset dashboard changes [reset-the-dashboard]
3836

39-
When editing a dashboard, you can revert any changes you’ve made since the last save using **Reset dashboards**.
37+
When editing a dashboard, you can revert any changes you’ve made since the last save using the **Reset** button in the toolbar.
4038

4139
::::{note}
4240
Once changes are saved, you can no longer revert them in one click, and instead have to edit the dashboard manually.
43-
::::
44-
45-
46-
1. In the toolbar, click **Reset**.
47-
2. On the **Reset dashboard?** window, click **Reset dashboard**.
48-
![Reset dashboard to revert unsaved changes](https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blte0c08bede75b3874/6750f5566cdeea14b273b048/reset-dashboard-8.17.0.gif)
41+
::::

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

Lines changed: 36 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` For some searches, Discover suggests recommended fields to explore. These suggestions are based on the data you query and are 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,39 @@ 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 classic mode), time range, filters, selected data source, columns and sort order you defined, and the active [context-aware experience](#context-aware-discover).
314+
315+
This allows you to pivot quickly between different explorations without losing your place. 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 explorations
320+
* **Test a 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 the 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, you can:
329+
- Rename them: Double-click its label or hover over a tab and select the {icon}`boxes_vertical` **Actions** icon, then select **Rename**.
330+
- Reorder them: Drag and drop a tab to move it.
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 subsequent tabs.
333+
334+
:::{tip}
335+
If you want to discard all open tabs, you can also start a {icon}`plus` **New session** from the toolbar. When you use this option, any unsaved changes to your current session are lost.
336+
:::
337+
- 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.
338+
339+
To keep all of your tabs for later, you can [Save your Discover session](#save-discover-search). All currently open tabs are saved within the session and will be there when you open it again.
340+
306341
### Inspect your Discover queries
307342

308343
:::{include} ../_snippets/inspect-request.md
@@ -319,7 +354,7 @@ You can send your long-running KQL or {{esql}} queries to the background from **
319354

320355
### Save your Discover session for later use [save-discover-search]
321356

322-
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}}.
357+
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}}.
323358

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

0 commit comments

Comments
 (0)