mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
Migrate docs from AsciiDoc to Markdown. The preview can be built after #212557 is merged. @florent-leborgne please tag reviewers, add the appropriate label(s), and take this out of draft when you're ready. Note: More files are deleted than added here because the content from some files was moved to [elastic/docs-content](https://github.com/elastic/docs-content). **What has moved to [elastic/docs-content](https://github.com/elastic/docs-content)?** Public-facing narrative and conceptual docs have moved. Most can now be found under the following directories in the new docs: - explore-analyze: Discover, Dashboards, Visualizations, Reporting, Alerting, dev tools... - deploy-manage: Stack management (Spaces, user management, remote clusters...) - troubleshooting: .... troubleshooting pages **What is staying in the Kibana repo?** - Reference content (= anything that is or could be auto-generated): Settings, syntax references - Release notes - Developer guide --------- Co-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
mapped_pages:
|
|
- https://www.elastic.co/guide/en/kibana/current/sample-data.html
|
|
---
|
|
|
|
# Installing sample data [sample-data]
|
|
|
|
There are a couple ways to easily get data ingested into {{es}}.
|
|
|
|
|
|
## Sample data packages available for one click installation [_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**.
|
|
|
|
|
|
## makelogs script [_makelogs_script]
|
|
|
|
The provided `makelogs` script will generate sample data.
|
|
|
|
```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!
|
|
|
|
|
|
## CSV upload [_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.
|