An open API service indexing awesome lists of open source software.

https://github.com/ftes/grafana-elasticsearch-docker

Grafana + Elasticsearch + Kibana (with x-pack) docker composition
https://github.com/ftes/grafana-elasticsearch-docker

Last synced: about 1 year ago
JSON representation

Grafana + Elasticsearch + Kibana (with x-pack) docker composition

Awesome Lists containing this project

README

          

1. `docker-compose build`
2. `docker-compose up`
3. login to [grafana](http://localhost:3000) (admin:admin)
4. setup data source: `http://:9200`
- have to use elasticsearch container IP, as the hostname won't work
- find IP with `docker inspect grafanaelasticsearch_elasticsearch_1 | grep IPAddress`