Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.29 KB

KIBANA.md

File metadata and controls

32 lines (22 loc) · 1.29 KB

Kibana dashboards

Folder kibana contains sample Kibana objects for quick start.

Installation

Installation is the same as for all dashboards from official beats. Download script and place to folder kibana. To load the dashboards, execute the script pointing to the Elasticsearch HTTP URL:

cd ~/workspace/go/src/github.com/radoondas/elasticbeat/kibana
# get the content of the file [import_dashboards.sh](https://github.com/elastic/beats/blob/master/dev-tools/import_dashboards.sh) and save on the disk
chmod u+x import_dashboards.sh
./import_dashboards.sh -url http://localhost:9200

Note: Windows script is located here as import_dashboards.ps1

If you want to use HTTP authentication for Elasticsearch, you can specify the credentials as a second parameter:

./import_dashboards.sh -url http://localhost:9200 -user 'admin:password'

For more options:

./import_dashboards.sh -h

Examples

ElasticBeat example 1 ElasticBeat example 2