Skip to content

Instantly share code, notes, and snippets.

@lvthillo
Created June 21, 2019 17:54
Show Gist options
  • Save lvthillo/51acbecbf32f802dc4e6ad7bfc003a0d to your computer and use it in GitHub Desktop.
Save lvthillo/51acbecbf32f802dc4e6ad7bfc003a0d to your computer and use it in GitHub Desktop.
Setup of Kibana
kibana:
image: docker.elastic.co/kibana/kibana:7.1.1
depends_on:
- logstash
ports:
- 5601:5601
networks:
- logging-network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment