diff --git a/docs/user/dashboard/dashboard.asciidoc b/docs/user/dashboard/dashboard.asciidoc index a6a540acfc973..cd6a024da8172 100644 --- a/docs/user/dashboard/dashboard.asciidoc +++ b/docs/user/dashboard/dashboard.asciidoc @@ -293,6 +293,8 @@ To make changes to the panel, use the panel menu options. + To make changes without changing the original version, open the panel menu, then click *More > Unlink from library*. +* *Convert to Lens* — Opens *TSVB* and aggregation-based visualizations in *Lens*. + * *Edit panel settings* — Opens the *Panel settings* window to change the *title*, *description*, and *time range*. * *More > Replace panel* — Opens the *Visualize Library* so you can select a new panel to replace the existing panel. @@ -343,10 +345,16 @@ To apply a panel-level time filter: . Open the panel menu, then select *More > Edit panel settings*. -. Toggle the switch labelled *Apply a custom time range*. +. Select *Apply a custom time range*. . Enter the time range you want to view, then click *Save*. +To view and edit panel-level filters: + +. On the panel, click image:images/dashboard_panelFiltersButton_8.7.0.png[Panel filters button on panel header]. + +. To edit, click *Edit filters*. + [float] [[apply-design-options]] == Apply design options diff --git a/docs/user/dashboard/images/dashboard_controlsOptionsList_8.6.0.png b/docs/user/dashboard/images/dashboard_controlsOptionsList_8.6.0.png deleted file mode 100644 index 0002dc2ab784f..0000000000000 Binary files a/docs/user/dashboard/images/dashboard_controlsOptionsList_8.6.0.png and /dev/null differ diff --git a/docs/user/dashboard/images/dashboard_controlsOptionsList_8.7.0.png b/docs/user/dashboard/images/dashboard_controlsOptionsList_8.7.0.png new file mode 100644 index 0000000000000..5ee20ddd44153 Binary files /dev/null and b/docs/user/dashboard/images/dashboard_controlsOptionsList_8.7.0.png differ diff --git a/docs/user/dashboard/images/dashboard_createNewImageButton_8.7.0.png b/docs/user/dashboard/images/dashboard_createNewImageButton_8.7.0.png index c6522f38dbb57..badd98f94e1de 100644 Binary files a/docs/user/dashboard/images/dashboard_createNewImageButton_8.7.0.png and b/docs/user/dashboard/images/dashboard_createNewImageButton_8.7.0.png differ diff --git a/docs/user/dashboard/images/dashboard_panelFiltersButton_8.7.0.png b/docs/user/dashboard/images/dashboard_panelFiltersButton_8.7.0.png new file mode 100644 index 0000000000000..b1188f3781801 Binary files /dev/null and b/docs/user/dashboard/images/dashboard_panelFiltersButton_8.7.0.png differ diff --git a/docs/user/dashboard/images/dashboard_timeSliderControl_8.5.0.gif b/docs/user/dashboard/images/dashboard_timeSliderControl_8.5.0.gif deleted file mode 100644 index 89ca09dccc71e..0000000000000 Binary files a/docs/user/dashboard/images/dashboard_timeSliderControl_8.5.0.gif and /dev/null differ diff --git a/docs/user/dashboard/images/dashboard_timeSliderControl_8.7.0.gif b/docs/user/dashboard/images/dashboard_timeSliderControl_8.7.0.gif new file mode 100644 index 0000000000000..22b0c25310c88 Binary files /dev/null and b/docs/user/dashboard/images/dashboard_timeSliderControl_8.7.0.gif differ diff --git a/docs/user/dashboard/make-dashboards-interactive.asciidoc b/docs/user/dashboard/make-dashboards-interactive.asciidoc index 507f706b9a9cf..e66e7c33b4be4 100644 --- a/docs/user/dashboard/make-dashboards-interactive.asciidoc +++ b/docs/user/dashboard/make-dashboards-interactive.asciidoc @@ -35,7 +35,7 @@ There are three types of controls: For example, if you are using the *[Logs] Web Traffic* dashboard from the sample web logs data, you can add an options list for the `machine.os.keyword` field that allows you to display only the logs generated from `osx` and `ios` operating systems. + [role="screenshot"] -image::images/dashboard_controlsOptionsList_8.6.0.png[Options list control for the `machine.os.keyword` field with the `osx` and `ios` options selected] +image::images/dashboard_controlsOptionsList_8.7.0.png[Options list control for the `machine.os.keyword` field with the `osx` and `ios` options selected] * *Range slider* — Adds a slider that allows you to filter the data within a specified range of values. + @@ -48,7 +48,7 @@ image::images/dashboard_controlsRangeSlider_8.3.0.png[Range slider control for t + For example, you are using the *[Logs] Web Traffic* dashboard from the sample web logs data, and the global time filter is *Last 7 days*. When you add the time slider, you can click the previous and next buttons to advance the time range backward or forward, and click the play button to watch how the data changes over the last 7 days. [role="screenshot"] -image::images/dashboard_timeSliderControl_8.5.0.gif[Time slider control for the the Last 7 days] +image::images/dashboard_timeSliderControl_8.7.0.gif[Time slider control for the the Last 7 days] [float] [[create-and-add-options-list-and-range-slider-controls]] @@ -80,10 +80,6 @@ The *Control type* is automatically applied for the field you selected. * To allow multiple options to be selected in the dropdown, select *Allow multiple selections in dropdown*. -* To allow options to be inlcluded or excluded on the dashboard, select *Allow selections to be excluded*. - -* To allow an exists query to be created, select *Allow exists query*. - * To populate the entire list of options, even when the list takes longer to populate than expected, select *Ignore timeout for results*. . Click *Save and close*.