mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
This PR: - updates navigation instructions to accommodate for the navigation changes related to solution views. - updates instructions for adding sample data to rely on the integrations page instead of the home page, that only exists with the classic solution view - updates references to the home page to avoid confusing users using one of the new solution views Closes: https://github.com/elastic/platform-docs-team/issues/529 Closes: https://github.com/elastic/platform-docs-team/issues/540
31 lines
No EOL
1,011 B
Text
31 lines
No EOL
1,011 B
Text
[[sample-data]]
|
|
== Installing sample data
|
|
|
|
There are a couple ways to easily get data ingested into {es}.
|
|
|
|
[discrete]
|
|
=== Sample data packages available for one click installation
|
|
|
|
The easiest is to install one or more of our available sample data packages. If you have no data, you should be
|
|
prompted to install when running {kib} for the first time. You can also access and install the sample data packages
|
|
by going to the **Integrations** page and selecting **Sample data**.
|
|
|
|
[discrete]
|
|
=== makelogs script
|
|
|
|
The provided `makelogs` script will generate sample data.
|
|
|
|
[source,bash]
|
|
----
|
|
node scripts/makelogs --auth <username>:<password>
|
|
----
|
|
|
|
The default username and password combination are `elastic:changeme`
|
|
|
|
Make sure to execute `node scripts/makelogs` *after* {es} is up and running!
|
|
|
|
[discrete]
|
|
=== CSV upload
|
|
|
|
You can also use the CSV uploader provided on the **Upload file** page available in the list of **Integrations**.
|
|
Navigate to **Add data** > **Upload file** to upload your data from a file. |