diff --git a/dev_docs/assets/ml_csv_upload.png b/dev_docs/assets/ml_csv_upload.png new file mode 100644 index 0000000000000..dd82e8d40fcc8 Binary files /dev/null and b/dev_docs/assets/ml_csv_upload.png differ diff --git a/dev_docs/assets/sample_data.png b/dev_docs/assets/sample_data.png new file mode 100644 index 0000000000000..69bf138f9a1d7 Binary files /dev/null and b/dev_docs/assets/sample_data.png differ diff --git a/dev_docs/tutorials/sample_data.mdx b/dev_docs/tutorials/sample_data.mdx new file mode 100644 index 0000000000000..75afaaaea6f32 --- /dev/null +++ b/dev_docs/tutorials/sample_data.mdx @@ -0,0 +1,33 @@ +--- +id: kibDevTutorialSampleData +slug: /kibana-dev-docs/tutorial/sample-data +title: Add sample data +summary: Learn how to add sample data to Kibana +date: 2021-04-26 +tags: ['kibana', 'onboarding', 'dev', 'architecture', 'tutorials'] +--- + +## Installation from the UI + +1. Navigate to the home page. +2. Click **Add data**. +3. Click on the **Sample data** tab. +4. Select a dataset by clicking on the **Add data** button. + +![Sample Data](../assets/sample_data.png) + +## CSV Upload + +1. Navigate to the **Machine Learning** application. +2. Click on the **Data Visualizer** tab. +3. Click on **Select file** in the **Import data** container. + +![CSV Upload](../assets/ml_csv_upload.png) + +## makelogs + +The makelogs script generates sample web server logs. Make sure Elasticsearch is running before running the script. + +```sh +node scripts/makelogs --auth : +``` \ No newline at end of file