Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.05 KB

creating-kibana-data-view.md

File metadata and controls

25 lines (13 loc) · 1.05 KB

Creating Kibana Data View

Parsed logs will not be visible in Kibana until Data View is created. Data View tells Kibana which ElasticSearch index to use.

Follow stepd below to create the Data View.

  1. Navigate to "Stack Management"

  1. Click "Data Views"

  1. Click "Create data view"

Note: The screen should say "You have data in ElasticSearch". If it doesn't it means the logs are not forwarded or ingested properly.

  1. Enter "docker" under name and "docker-" under Index pattern and click "Sava data view to Kibana"

  1. You should see the logs under Analytics>Discover