mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Add cloud icon for supported settings * Remove delimited block from single-sourced content, edits * Remove delimited block from single-sourced content, edits * Remove ifeval to simplify life * Switch to docs-root * Add ECE icons
64 lines
2 KiB
Text
64 lines
2 KiB
Text
[[getting-started]]
|
|
= Get started
|
|
|
|
[partintro]
|
|
--
|
|
|
|
Ready to try out {kib} and see what it can do? To quickest way to get started with {kib} is to set up on Cloud, then add a sample data set that helps you get a handle on the full range of {kib} features.
|
|
|
|
[float]
|
|
[[cloud-set-up]]
|
|
== Set up on cloud
|
|
|
|
include::{docs-root}/shared/cloud/ess-getting-started.asciidoc[]
|
|
|
|
[float]
|
|
[[get-data-in]]
|
|
== Get data into {kib}
|
|
|
|
The easiest way to get data into {kib} is to add a sample data set.
|
|
|
|
{kib} has several sample data sets that you can use before loading your own data:
|
|
|
|
* *Sample eCommerce orders* includes visualizations for tracking product-related information,
|
|
such as cost, revenue, and price.
|
|
|
|
* *Sample flight data* includes visualizations for monitoring flight routes.
|
|
|
|
* *Sample web logs* includes visualizations for monitoring website traffic.
|
|
|
|
To use the sample data sets:
|
|
|
|
. Go to the {kib} home page.
|
|
|
|
. Click *Load a data set and a {kib} dashboard*.
|
|
|
|
. Click *View data* and view the prepackaged dashboards, maps, and more.
|
|
|
|
[role="screenshot"]
|
|
image::images/add-sample-data.png[]
|
|
|
|
NOTE: The timestamps in the sample data sets are relative to when they are installed.
|
|
If you uninstall and reinstall a data set, the timestamps change to reflect the most recent installation.
|
|
|
|
[float]
|
|
[[getting-started-next-steps]]
|
|
== Next steps
|
|
|
|
* To get a hands-on experience creating visualizations, follow the <<tutorial-sample-data, add sample data>> tutorial.
|
|
|
|
* If you're ready to load an actual data set and build a dashboard, follow the <<tutorial-build-dashboard, build your own dashboard>> tutorial.
|
|
|
|
--
|
|
|
|
include::{kib-repo-dir}/getting-started/tutorial-sample-data.asciidoc[]
|
|
|
|
include::{kib-repo-dir}/getting-started/tutorial-full-experience.asciidoc[]
|
|
|
|
include::{kib-repo-dir}/getting-started/tutorial-define-index.asciidoc[]
|
|
|
|
include::{kib-repo-dir}/getting-started/tutorial-discovering.asciidoc[]
|
|
|
|
include::{kib-repo-dir}/getting-started/tutorial-visualizing.asciidoc[]
|
|
|
|
include::{kib-repo-dir}/getting-started/tutorial-dashboard.asciidoc[]
|