mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* [DOCS: Getting Started] Edited text and updated screenshots] * [DOCS|Getting Started] Edited for consistency in addressing the user * [DOCS|Getting Started] Incorporated review comments * [DOCS|GS] Style changes for consistency
33 lines
947 B
Text
33 lines
947 B
Text
[[getting-started]]
|
|
= Getting Started
|
|
|
|
[partintro]
|
|
--
|
|
Ready to get some hands-on experience with Kibana?
|
|
This tutorial shows you how to:
|
|
|
|
* Load a sample data set into Elasticsearch
|
|
* Define an index pattern
|
|
* Discover and explore the sample data
|
|
* Visualize the data
|
|
* Assemble visualizations into a dashboard
|
|
|
|
Before you begin, make sure you've <<install, installed Kibana>> and established
|
|
a {kibana-ref}/connect-to-elasticsearch.html[connection to Elasticsearch].
|
|
|
|
You might also be interested in the
|
|
https://www.elastic.co/webinars/getting-started-kibana[Getting Started with Kibana]
|
|
video tutorial.
|
|
--
|
|
|
|
include::getting-started/tutorial-load-dataset.asciidoc[]
|
|
|
|
include::getting-started/tutorial-define-index.asciidoc[]
|
|
|
|
include::getting-started/tutorial-discovering.asciidoc[]
|
|
|
|
include::getting-started/tutorial-visualizing.asciidoc[]
|
|
|
|
include::getting-started/tutorial-dashboard.asciidoc[]
|
|
|
|
include::getting-started/wrapping-up.asciidoc[]
|