Skip to content

grokify/kibana-tutorial-go

Repository files navigation

Kibana Tutorial

This is a simple repo to get started using the Kibana Getting Started Tutorial.

  1. Read the instructions here (archive):
    1. tutorial-load-dataset.asciidoc 482cb4f
  2. Run step-1_create-indices.go, e.g. $ go run step-1_create-indices.go
  3. Run step-2_bulk-load.sh, e.g. $ sh step-2_bulk-load.sh
  4. In Kibana, navigate to Management > Index Patterns. Then create the following index patterns:
    1. shakes*
    2. ba*
    3. logstash-* - Choose @timestamp as the Time Filter field name
  5. In Kibana, navigate to Discover and you should see search results for each index filter.