Skip to content

Commit 36ff576

Browse files
streamichgchaps
andauthored
docs: ✏️ add "Explore underlying data" user docs (#70807)
* docs: ✏️ add "Explore underlying data" user docs * docs: ✏️ improve docs * docs: ✏️ change the way Discover is referred * docs: ✏️ improve texts in line with review comments * Update docs/drilldowns/explore-underlying-data.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/drilldowns/explore-underlying-data.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
1 parent 1adaa3b commit 36ff576

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[[explore-underlying-data]]
2+
== Explore the underlying data for a visualization
3+
4+
++++
5+
<titleabbrev>Explore the underlying data</titleabbrev>
6+
++++
7+
8+
Dashboard panels have an *Explore underlying data* action that navigates you to *Discover*,
9+
where you can narrow your documents to the ones you'll most likely use in a visualization.
10+
This action is available for visualizations backed by a single index pattern.
11+
12+
You can access *Explore underlying data* in two ways: from the panel context
13+
menu or from the menu that appears when you interact with the chart.
14+
15+
[float]
16+
[[explore-data-from-panel-context-menu]]
17+
=== Explore data from panel context menu
18+
19+
The *Explore underlying data* action in the panel menu navigates you to Discover,
20+
carrying over the index pattern, filters, query, and time range for the visualization.
21+
22+
[role="screenshot"]
23+
image::images/explore_data_context_menu.png[Explore underlying data from panel context menu]
24+
25+
[float]
26+
[[explore-data-from-chart]]
27+
=== Explore data from chart action
28+
29+
Initiating *Explore underlying data* from the chart also navigates to Discover,
30+
carrying over the current context for the visualization. In addition, this action
31+
applies the filters and time range created by the events that triggered the action.
32+
33+
[role="screenshot"]
34+
image::images/explore_data_in_chart.png[Explore underlying data from chart]
35+
36+
You can disable this action by adding the following line to your `kibana.yml` config.
37+
38+
["source","yml"]
39+
-----------
40+
xpack.discoverEnhanced.actions.exploreDataInChart.enabled: false
41+
-----------
101 KB
Loading
97.5 KB
Loading

docs/user/dashboard.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ When you're finished adding and arranging the panels, save the dashboard.
160160
. Enter the dashboard *Title* and optional *Description*, then *Save* the dashboard.
161161

162162
include::{kib-repo-dir}/drilldowns/drilldowns.asciidoc[]
163+
include::{kib-repo-dir}/drilldowns/explore-underlying-data.asciidoc[]
163164

164165
[[sharing-dashboards]]
165166
== Share the dashboard

0 commit comments

Comments
 (0)