mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Clean up Developer Guide (#108259)
* update plugin docs * address code review feedback
This commit is contained in:
parent
db9407c47c
commit
21b080b61b
6 changed files with 104 additions and 66 deletions
|
@ -1,33 +0,0 @@
|
|||
---
|
||||
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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
## makelogs
|
||||
|
||||
The makelogs script generates sample web server logs. Make sure Elasticsearch is running before running the script.
|
||||
|
||||
```sh
|
||||
node scripts/makelogs --auth <username>:<password>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue