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

[8.7] [DOCS] 8.7 Presentation docs (#151797) #152967

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
10 changes: 9 additions & 1 deletion docs/user/dashboard/dashboard.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/dashboard/images/dashboard_createNewImageButton_8.7.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions docs/user/dashboard/make-dashboards-interactive.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
+
Expand All @@ -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]]
Expand Down Expand Up @@ -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*.
Expand Down