[DOCS] Adds the 7.16 dashboard docs (#117916)

* [DOCS] 7.16 docs

* Review comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Kaarina Tungseth 2021-11-16 12:07:25 -06:00 committed by GitHub
parent 4f958691e1
commit 61ee7a8c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 9 deletions

View file

@ -361,17 +361,31 @@ To exit *Edit* mode, click *Switch to view mode*.
[float]
[[download-csv]]
== Download panel data
== View the panel data and requests
Download panel data in a CSV file. When you download visualization panels with multiple layers, each layer produces a CSV file, and the file names contain the visualization and layer index names.
View the data in visualizations and the requests that collect the data.
. Open the panel menu, then select *Inspect*.
. Open the panel menu, then click *More > Inspect*.
. Click *Download CSV*, then select the format type from the dropdown:
. View and download the panel data.
.. Open the *View* dropdown, then click *Data*.
.. Click *Download CSV*, then select the format type from the dropdown:
* *Formatted CSV* &mdash; Contains human-readable dates and numbers.
* *Unformatted* &mdash; Best used for computer use.
+
When you download visualization panels with multiple layers, each layer produces a CSV file, and the file names contain the visualization and layer {data-source} names.
. View the requests that collect the data.
.. Open the *View* dropdown, then click *Requests*.
.. From the dropdown, select the requests you want to view.
.. To view the requests in *Console*, click *Request*, then click *Open in Console*.
[float]
[[share-the-dashboard]]

View file

@ -94,20 +94,26 @@ To save the panel to the dashboard:
[[explore-the-underlying-documents]]
=== Open panel data in Discover
You can add interactions to panels that allow you to open *Discover* and explore the panel data. To use the *Discover* interactions, the panel must use only one index pattern, and you must enable <<settings-explore-data-in-context,`xpack.discoverEnhanced.actions.`>> and <<settings-explore-data-in-chart,`xpack.discoverEnhanced.actions.exploreDataInChart.enabled`>> in kibana.yml.
You can add interactions to panels that allow you to open and explore the data in *Discover*. To use the interactions, the panel must use only one {data-view}.
If you are using 7.13.0 and earlier, panel interactions are enabled by default.
There are three types of *Discover* interactions you can add to dashboards:
There are two types of *Discover* interactions that you can add to dashboards:
* *Panel interactions* &mdash; Opens the panel data in *Discover*, including the dashboard-level filters, but not the panel-level filters.
* *Panel interactions* &mdash; Opens panel data in *Discover*, including the dashboard-level filters, but not the panel-level filters.
+
To enable panel interactions, configure <<settings-explore-data-in-context,`xpack.discoverEnhanced.actions.`>> in kibana.yml. If you are using 7.13.0 and earlier, panel interactions are enabled by default.
+
To use panel interactions, open the panel menu, then click *Explore underlying data*.
* *Series data interactions* &mdash; Opens the series data in *Discover*.
+
To enable series data interactions, configure <<settings-explore-data-in-chart,`xpack.discoverEnhanced.actions.exploreDataInChart.enabled`>> in kibana.yml. If you are using 7.13.0 and earlier, data series interactions are enabled by default.
+
To use series data interactions, click a data series in the panel.
* *Saved search interactions* &mdash; Opens <<save-your-search,saved search>> data in *Discover*.
+
To use saved search interactions, open the panel menu, then click *More > View saved search*.
[float]
[[create-drilldowns]]
=== Create drilldowns