kibana/docs/visualize/for-dashboard.asciidoc
Kaarina Tungseth 45d9562816
[DOCS] Improved dashboard tools content (#57032)
* [DOCS] Improved dashboard tools content

* Examples and images

* Fixed broken links

* Removed rogue bullet

* Fixed index issue

* Added metric.asciidoc

* Rendered Dashboard toolss in bold

* Fixed example

* Link testing

* Added new markdown examplples

* Added controls definition content
2020-02-12 08:54:36 -06:00

52 lines
1.7 KiB
Plaintext

[[for-dashboard]]
== Dashboard tools
Visualize comes with controls and Markdown tools that you can add to dashboards for an interactive experience.
[float]
[[controls]]
=== Controls
experimental[]
The controls tool enables you to add interactive inputs
on a dashboard.
You can add two types of interactive inputs:
* *Options list* - Filters content based on one or more specified options. The dropdown menu is dynamically populated with the results of a terms aggregation. For example, use the options list on the sample flight dashboard when you want to filter the data by origin city and destination city.
* *Range slider* - Filters data within a specified range of numbers. The minimum and maximum values are dynamically populated with the results of a min and max aggregation. For example, use the range slider when you want to filter the sample flight dashboard by a specific average ticket price.
[role="screenshot"]
image::images/dashboard-controls.png[]
[float]
[[markdown-widget]]
=== Markdown
The Markdown tool is a text entry field that accepts GitHub-flavored Markdown text. When you enter the text, the tool populates the results on the dashboard.
Markdown is helpful when you want to include important information, instructions, and images on your dashboard.
For information about GitHub-flavored Markdown text, click *Help*.
For example, when you enter:
[role="screenshot"]
image::images/markdown_example_1.png[]
The following instructions are displayed:
[role="screenshot"]
image::images/markdown_example_2.png[]
Or when you enter:
[role="screenshot"]
image::images/markdown_example_3.png[]
The following image is displayed:
[role="screenshot"]
image::images/markdown_example_4.png[]