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
- Host: GitHub
- URL: https://github.com/ftes/grafana-elasticsearch-docker
- Owner: ftes
- Created: 2016-12-01T14:07:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T17:31:47.000Z (over 9 years ago)
- Last Synced: 2025-02-07T04:42:16.583Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 17
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`