Skip to content

Commit 189efd7

Browse files
authored
[Docs] Add Sample data page (#493)
Closes [#373](elastic/docs-projects#373) Preview [here](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/493/manage-data/ingest/sample-data) ### Summary What I changed: - Combined content from the two mapped pages and refined it to make sense in the new IA - Added new screenshots and nav instructions because the old ones were outdated - Deleted one of the linked raw migrated files. The other one is referenced in other pages
1 parent e6ac0db commit 189efd7

File tree

5 files changed

+35
-33
lines changed

5 files changed

+35
-33
lines changed

images/sample-data-sets.png

249 KB
Loading

images/sample-upload-a-file.png

60.1 KB
Loading

manage-data/ingest/sample-data.md

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,42 @@ mapped_urls:
66

77
# Sample data
88

9-
% What needs to be done: Refine
9+
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}}.
1010

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

13-
% Scope notes: Combine the two linked resources.
13+
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.
1414

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

17-
% - [ ] ./raw-migrated-files/kibana/kibana/sample-data.md
18-
% - [ ] ./raw-migrated-files/kibana/kibana/connect-to-elasticsearch.md
17+
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.
18+
<br>
19+
:::{image} /images/sample-data-sets.png
20+
:alt: Sample data sets
21+
:class: screenshot
22+
:::
23+
24+
## Run the makelogs script
25+
26+
Alternatively, run the provided `makelogs` script to generate sample data.
27+
28+
```bash
29+
node scripts/makelogs --auth <username>:<password>
30+
```
31+
32+
The default username and password combination are `elastic:changeme`
33+
34+
:::{important}
35+
Make sure to execute `node scripts/makelogs` *after* {{es}} is up and running.
36+
:::
37+
38+
## Upload a file
39+
40+
You can also upload your own sample data using the **Upload a file** option on the **Integrations** page.
41+
42+
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.
43+
<br>
44+
:::{image} /images/sample-upload-a-file.png
45+
:alt: Upload a sample data file
46+
:class: screenshot
47+
:::

raw-migrated-files/kibana/kibana/sample-data.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

raw-migrated-files/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ toc:
543543
- file: kibana/kibana/osquery.md
544544
- file: kibana/kibana/reporting-production-considerations.md
545545
- file: kibana/kibana/role-mappings.md
546-
- file: kibana/kibana/sample-data.md
547546
- file: kibana/kibana/search-ai-assistant.md
548547
- file: kibana/kibana/secure-reporting.md
549548
- file: kibana/kibana/secure-settings.md

0 commit comments

Comments
 (0)