kibana-tutorial-go

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2017 License: MIT Imports: 8 Imported by: 0

README

Kibana Tutorial

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

  1. Read the instructions here:
    1. https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html
    2. https://github.com/elastic/kibana/blob/master/docs/getting-started/tutorial-load-dataset.asciidoc
  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.

Documentation

Overview

Go code to create index mappings from the Kibana Getting Started Tutorial: https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL