diff --git a/explore-analyze/dashboards/add-controls.md b/explore-analyze/dashboards/add-controls.md index 0647b7583a..7f5124d1da 100644 --- a/explore-analyze/dashboards/add-controls.md +++ b/explore-analyze/dashboards/add-controls.md @@ -17,7 +17,7 @@ There are three types of controls: * [**Options list**](#create-and-add-options-list-and-range-slider-controls) — Adds a dropdown that allows to filter data by selecting one or more values. 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. - ![Options list control for the `machine.os.keyword` field with the `osx` and `ios` options selected](/explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png "title =50%") + ![Options list control for the `machine.os.keyword` field with the `osx` and `ios` options selected](/explore-analyze/images/kibana-dashboard_controlsOptionsList.png "title =50%") * [**Range slider**](#create-and-add-options-list-and-range-slider-controls) — Adds a slider that allows to filter the data within a specified range of values. This type of control only works with numeric fields. For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add a range slider for the `hour_of_day` field that allows you to display only the log data from 9:00AM to 5:00PM. diff --git a/explore-analyze/dashboards/using.md b/explore-analyze/dashboards/using.md index 1edc60e9df..f7c9d0d3eb 100644 --- a/explore-analyze/dashboards/using.md +++ b/explore-analyze/dashboards/using.md @@ -120,7 +120,7 @@ Filter the data with one or more options that you select. 4. To clear the selections, click ![The icon to clear all selected options in the Options list](/explore-analyze/images/kibana-dashboard_controlsClearSelections_8.3.0.png ""). 5. To display only the options you selected in the dropdown, click ![The icon to display only the options you have selected in the Options list](/explore-analyze/images/kibana-dashboard_showOnlySelectedOptions_8.3.0.png ""). -:::{image} /explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png +:::{image} /explore-analyze/images/kibana-dashboard_controlsOptionsList.png :alt: Options list control :screenshot: ::: diff --git a/explore-analyze/images/kibana-dashboard_controlsOptionsList.png b/explore-analyze/images/kibana-dashboard_controlsOptionsList.png new file mode 100644 index 0000000000..ed9b12102e Binary files /dev/null and b/explore-analyze/images/kibana-dashboard_controlsOptionsList.png differ diff --git a/explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png b/explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png deleted file mode 100644 index 5ee20ddd44..0000000000 Binary files a/explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png and /dev/null differ