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] Adds the presentation 8.8 docs #157765

Merged
merged 4 commits into from
May 16, 2023
Merged
Changes from 1 commit
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
72 changes: 39 additions & 33 deletions docs/user/dashboard/dashboard.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -333,69 +333,75 @@ Copy panels from one dashboard to another dashboard.
. On the *Copy to dashboard* window, select the dashboard, then click *Copy and go to dashboard*.

[float]
[[search-or-filter-your-data]]
== Search and filter your data

{kib} supports several ways to search your data and apply {es} filters. You can combine the filters with any panel
filter to display the data want to you see.
[[add-dashboard-settings]]
== Add the dashboard settings

For more information about {kib} and {es} filters, refer to <<kibana-concepts-analysts,{kib} concepts>>.
Add the title, tags, design options, and more to the dashboard.

To apply a panel-level time filter:
. In the toolbar, click *Settings*.

. Open the panel menu, then select *More > Edit panel settings*.
. On the *Dashboard settings* flyout, enter the *Title* and an optional *Description*.

. Select *Apply a custom time range*.
. Add any applicable <<managing-tags,*Tags*>>.

. Enter the time range you want to view, then click *Save*.
. Specify the following settings:

To view and edit panel-level filters:
* *Store time with dashboard* &mdash; Saves the specified time filter.

. On the panel, click image:images/dashboard_panelFiltersButton_8.7.0.png[Panel filters button on panel header].

. To edit, click *Edit filters*.
* *Use margins between panels* &mdash; Adds a margin of space between each panel.

[float]
[[apply-design-options]]
== Apply design options
* *Show panel titles* &mdash; Displays the titles in the panel headers.

Apply a set of design options to the entire dashboard.
* *Sync color pallettes across panels* &mdash; Applies the same color palette to all panels on the dashboard.
KOTungseth marked this conversation as resolved.
Show resolved Hide resolved

. If you're in view mode, click *Edit* in the toolbar.
* *Sync cursor across panels* &mdash; When you hover your cursor over a *Lens*, *TSVB*, aggregation-based, or *Timelion* XY chart and a heatmap chart, the cursor on all other related dashboard charts automatically appear.
KOTungseth marked this conversation as resolved.
Show resolved Hide resolved

. In the toolbar, click *Settings*, to open the *Dashboard settings* flyout, then use the following options:
* *Sync tooltips across panels* &mdash; When you hover your cursor over a *Lens*, *TSVB*, aggregation-based, or *Timelion* XY chart, the tooltips on all other related dashboard charts automatically appear.
KOTungseth marked this conversation as resolved.
Show resolved Hide resolved

* *Use margins between panels* &mdash; Adds a margin of space between each panel.
. Click *Apply*.

* *Show panel titles* &mdash; Displays the titles in the panels headers.
[float]
[[reset-the-dashboard]]
== Reset the dashboard

* *Sync color pallettes across panels* &mdash; Applies the same color palette to all panels on the dashboard.
To remove any dashboard changes you've made, reset the dashboard to the last saved changes.

* *Sync cursor across panels* &mdash; When you hover your cursor over a *Lens*, *TSVB*, aggregation-based, or *Timelion* XY chart and a heatmap chart, the cursor on all other related dashboard charts automatically appear.
. In the toolbar, click *Reset*.

* *Sync tooltips across panels* &mdash; When you hover your cursor over a *Lens*, *TSVB*, aggregation-based, or *Timelion* XY chart, the tooltips on all other related dashboard charts automatically appear.
. On the *Reset dashboard* window, click *Reset dashboard*.

[float]
[[save-dashboards]]
== Save dashboards

When you've finished making changes to the dashboard, save it.

If you are saving a new dashboard:

. In the toolbar, click *Save*.

. On the *Save dashboard* window, enter the *Title* and an optional *Description*.
. To exit *Edit* mode, click *Switch to view mode*.

. Add any applicable <<managing-tags,*Tags*>>.
[float]
[[search-or-filter-your-data]]
== Search and filter your data

. To save the time filter to the dashboard, select *Store time with dashboard*.
{kib} supports several ways to search your data and apply {es} filters. You can combine the filters with any panel
filter to display the data want to you see.

. Click *Save*.
For more information about {kib} and {es} filters, refer to <<kibana-concepts-analysts,{kib} concepts>>.

If you are saving an existing dashboard, click *Save*.
To apply a panel-level time filter:

To exit *Edit* mode, click *Switch to view mode*.
. Open the panel menu, then select *More > Edit panel settings*.

. 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]
[[download-csv]]
Expand Down