Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/sample-data-sets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sample-upload-a-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 35 additions & 6 deletions manage-data/ingest/sample-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,42 @@ mapped_urls:

# Sample data

% What needs to be done: Refine
Using sample data is a great way to start exploring the system and learn your way around. There are a few ways to easily ingest sample data into {{es}}.

% GitHub issue: docs-projects#373
## Add sample data sets

% Scope notes: Combine the two linked resources.
The simplest way is to add one or more of our sample data sets. These data sets come with sample visualizations, dashboards, and more to help you explore the interface before you add your own data.

% Use migrated content from existing pages that map to this page:
If you have no data, you will be prompted to install these packages when running {{kib}} for the first time.

% - [ ] ./raw-migrated-files/kibana/kibana/sample-data.md
% - [ ] ./raw-migrated-files/kibana/kibana/connect-to-elasticsearch.md
You can also access and install them from the **Integrations** page. Go to **Integrations** and search for **Sample Data**. On the **Sample Data** page, expand the **Other sample data sets** section and add the type of data you want.
<br>
:::{image} /images/sample-data-sets.png
:alt: Sample data sets
:class: screenshot
:::

## Run the makelogs script

Alternatively, run the provided `makelogs` script to generate sample data.

```bash
node scripts/makelogs --auth <username>:<password>
```

The default username and password combination are `elastic:changeme`

:::{important}
Make sure to execute `node scripts/makelogs` *after* {{es}} is up and running.
:::

## Upload a file

You can also upload your own sample data using the **Upload a file** option on the **Integrations** page.

Go to **Integrations** and search for **Upload a file**. On the **Upload file** page, select or drag and drop a file to add your data.
<br>
:::{image} /images/sample-upload-a-file.png
:alt: Upload a sample data file
:class: screenshot
:::
26 changes: 0 additions & 26 deletions raw-migrated-files/kibana/kibana/sample-data.md

This file was deleted.

1 change: 0 additions & 1 deletion raw-migrated-files/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ toc:
- file: kibana/kibana/osquery.md
- file: kibana/kibana/reporting-production-considerations.md
- file: kibana/kibana/role-mappings.md
- file: kibana/kibana/sample-data.md
- file: kibana/kibana/search-ai-assistant.md
- file: kibana/kibana/secure-reporting.md
- file: kibana/kibana/secure-settings.md
Expand Down
Loading