Skip to content

Commit

Permalink
Add Kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jan 28, 2022
1 parent ae463d1 commit e6bc6aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/docker-compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,20 @@ services:
links:
- elasticsearch

kibana:
image: kibana:7.4.0
ports:
- "5601:5601"
environment:
- "SERVER_NAME=localhost"
- "ELASTICSEARCH_HOSTS=http://elasticsearch:9200"
- "XPACK_GRAPH_ENABLED=false"
- "XPACK_ML_ENABLED=false"
- "XPACK_REPORTING_ENABLED=false"
- "XPACK_SECURITY_ENABLED=false"
- "XPACK_WATCHER_ENABLED=false"
links:
- elasticsearch

volumes:
esdata: {}

0 comments on commit e6bc6aa

Please sign in to comment.