Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ✏️ add "Explore underlying data" user docs #70807

Merged
merged 7 commits into from
Jul 17, 2020
Merged
Show file tree
Hide file tree
Changes from 3 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
45 changes: 45 additions & 0 deletions docs/drilldowns/explore-underlying-data.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[[explore-underlying-data]]
== Explore data underlying visualizations
streamich marked this conversation as resolved.
Show resolved Hide resolved

Dashboard panels have "Explore underlying data" actions that will redirect
streamich marked this conversation as resolved.
Show resolved Hide resolved
you to *Discover* narrowing down documents to ones likely used in
the visualization.

"Explore underlying data" actions are available for visualizations which are
backed by a single index pattern.

There are two "Explore underlying data" actions: (1) one which appears in the
streamich marked this conversation as resolved.
Show resolved Hide resolved
panel's context menu; (2) and the other which appears when user clicks or brushes
the chart.

[float]
[[explore-data-from-panel-context-menu]]
=== Explore data from panel context menu

Context menu "Explore underlying data" action will navigate you to *Discover*,
streamich marked this conversation as resolved.
Show resolved Hide resolved
to the index pattern used in the visualization and will carry over all filters,
query, and time range applied to the visualization.

[role="screenshot"]
image::images/explore_data_context_menu.png[Explore underlying data from panel context menu]

[float]
[[explore-data-from-chart]]
=== Explore data from chart action

In-chart "Explore underlying data" action will also navigate you to *Discover*,
streamich marked this conversation as resolved.
Show resolved Hide resolved
to the index pattern used in the visualization and will carry over all
filters, query and time range, but it will also apply the filters and time range
created from the click or brush events that triggered this action. For example,
streamich marked this conversation as resolved.
Show resolved Hide resolved
if you will brush a chart the time range associated
with that brush event will be carried over to *Discover*.

[role="screenshot"]
image::images/explore_data_in_chart.png[Explore underlying data from chart]

In-chart action can be optionally disabled by adding below line to your `kibana.yml` config.
streamich marked this conversation as resolved.
Show resolved Hide resolved

["source","yml"]
-----------
xpack.discoverEnhanced.actions.exploreDataInChart.enabled: false
-----------
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/drilldowns/images/explore_data_in_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.