mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update docs for new vis landing page (#11262)
* Update 'Visualizing your Data' doc with copy and screenshots. * Update 'Creating a Visualization' doc with copy.
This commit is contained in:
parent
be609d9505
commit
c3fc467a14
6 changed files with 14 additions and 6 deletions
|
@ -1,20 +1,27 @@
|
|||
[[tutorial-visualizing]]
|
||||
== Visualizing Your Data
|
||||
|
||||
To start visualizing your data, click *Visualize* in the side navigation:
|
||||
|
||||
image::images/tutorial-visualize.png[]
|
||||
To start visualizing your data, click *Visualize* in the side navigation.
|
||||
|
||||
The *Visualize* tools enable you to view your data in several ways. For example,
|
||||
let's use that venerable visualization, the pie chart, to get some insight
|
||||
into the account balances in the sample bank account data.
|
||||
into the account balances in the sample bank account data. To get started, click the big blue
|
||||
**Create a visualization** button in the center of the screen.
|
||||
|
||||
To get started, click *Pie chart* in the list of visualizations. You can build
|
||||
visualizations from saved searches, or enter new search criteria. To enter
|
||||
image::images/tutorial-visualize-landing.png[]
|
||||
|
||||
There are a number of visualization types to choose from. Let's click the one
|
||||
called *Pie*.
|
||||
|
||||
image::images/tutorial-visualize-wizard-step-1.png[]
|
||||
|
||||
You can build visualizations from saved searches, or enter new search criteria. To enter
|
||||
new search criteria, you first need to select an index pattern to specify
|
||||
what indices to search. We want to search the account data, so select the `ba*`
|
||||
index pattern.
|
||||
|
||||
image::images/tutorial-visualize-wizard-step-2.png[]
|
||||
|
||||
The default search matches all documents. Initially, a single "slice"
|
||||
encompasses the entire pie:
|
||||
|
||||
|
|
BIN
docs/images/tutorial-visualize-landing.png
Normal file
BIN
docs/images/tutorial-visualize-landing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
docs/images/tutorial-visualize-wizard-step-1.png
Normal file
BIN
docs/images/tutorial-visualize-wizard-step-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
docs/images/tutorial-visualize-wizard-step-2.png
Normal file
BIN
docs/images/tutorial-visualize-wizard-step-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
Binary file not shown.
Before Width: | Height: | Size: 116 KiB |
|
@ -22,6 +22,7 @@ or start with a new search query.
|
|||
To create a visualization:
|
||||
|
||||
. Click on *Visualize* in the side navigation.
|
||||
. Click the *Create new visualization* button or the **+** button.
|
||||
. Choose the visualization type:
|
||||
+
|
||||
[horizontal]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue