mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* [DOCS] Updates for navigation redesign * Getting started * Set up text * Discover * Dashboard, Graph, ML, Maps, APM, SIEM, Dev tools * Dev Tools, Stack Monitoring, Management * Management * Final changes * [DOCS] Updates for navigation redesign * [DOCS] Updates CCR monitoring screenshots * updates SIEM screenshot and Cases overview text * Added Brandon's APM image * [DOCS] Refines CCR shard screenshot * Removed merge conflict image file Co-authored-by: lcawl <lcawley@elastic.co> Co-authored-by: Ben Skelker <ben.skelker@elastic.co>
53 lines
1.8 KiB
Text
53 lines
1.8 KiB
Text
[[tutorial-dashboard]]
|
|
=== Add the visualizations to a dashboard
|
|
|
|
Build a dashboard that contains the visualizations and map that you saved during
|
|
this tutorial.
|
|
|
|
. Open the menu, go to *Dashboard*, then click *Create dashboard*.
|
|
. Set the time filter to May 18, 2015 to May 20, 2015.
|
|
. Click *Add*, then select the following:
|
|
* *Bar Example*
|
|
* *Map Example*
|
|
* *Markdown Example*
|
|
* *Pie Example*
|
|
+
|
|
Your sample dashboard looks like this:
|
|
+
|
|
[role="screenshot"]
|
|
image::images/tutorial-dashboard.png[]
|
|
|
|
. Try out the editing controls.
|
|
+
|
|
You can rearrange the visualizations by clicking a the header of a
|
|
visualization and dragging. The gear icon in the top right of a visualization
|
|
displays controls for editing and deleting the visualization. A resize control
|
|
is on the lower right.
|
|
|
|
. *Save* your dashboard.
|
|
|
|
==== Inspect the data
|
|
|
|
Seeing visualizations of your data is great,
|
|
but sometimes you need to look at the actual data to
|
|
understand what's really going on. You can inspect the data behind any visualization
|
|
and view the {es} query used to retrieve it.
|
|
|
|
. Click the pie chart *Options* menu, then select *Inspect*.
|
|
+
|
|
[role="screenshot"]
|
|
image::images/tutorial-full-inspect1.png[]
|
|
|
|
. To look at the query used to fetch the data for the visualization, select *View > Requests*.
|
|
|
|
[float]
|
|
=== Next steps
|
|
|
|
Now that you have the basics, you're ready to start exploring
|
|
your own data with {kib}.
|
|
|
|
* To learn about searching and filtering your data, refer to {kibana-ref}/discover.html[Discover].
|
|
* To learn about the visualization types {kib} has to offer, refer to {kibana-ref}/visualize.html[Visualize].
|
|
* To learn about configuring {kib} and managing your saved objects, refer to {kibana-ref}/management.html[Management].
|
|
* To learn about the interactive console you can use to submit REST requests to {es}, refer to {kibana-ref}/console-kibana.html[Console].
|
|
|