https://github.com/grokify/kibana-tutorial-go
Code for Kibana Getting Started Tutorial
https://github.com/grokify/kibana-tutorial-go
golang kibana
Last synced: 2 months ago
JSON representation
Code for Kibana Getting Started Tutorial
- Host: GitHub
- URL: https://github.com/grokify/kibana-tutorial-go
- Owner: grokify
- License: mit
- Created: 2017-07-31T07:37:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T04:15:55.000Z (9 months ago)
- Last Synced: 2024-10-12T00:50:02.407Z (9 months ago)
- Topics: golang, kibana
- Language: Go
- Homepage: https://github.com/elastic/kibana/blob/master/docs/getting-started/tutorial-load-dataset.asciidoc
- Size: 23.3 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kibana Tutorial
This is a simple repo to get started using the Kibana Getting Started Tutorial.
1. Read the instructions [here](https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html) ([archive](https://web.archive.org/web/20190710200800/https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html)):
1. [tutorial-load-dataset.asciidoc](tutorial-load-dataset.asciidoc) [`482cb4f`](https://github.com/elastic/kibana/blob/482cb4f603d56b06e3405aaebee95b571b2480fb/docs/getting-started/tutorial-load-dataset.asciidoc)
1. Run `step-1_create-indices.go`, e.g. `$ go run step-1_create-indices.go`
1. Run `step-2_bulk-load.sh`, e.g. `$ sh step-2_bulk-load.sh`
1. In Kibana, navigate to *Management > Index Patterns*. Then create the following index patterns:
1. `shakes*`
1. `ba*`
1. `logstash-*` - Choose `@timestamp` as the Time Filter field name
1. In Kibana, navigate to *Discover* and you should see search results for each index filter.