Last active
June 21, 2019 17:40
-
-
Save lvthillo/385f14fb41eab739d0db40a7c4970c9f to your computer and use it in GitHub Desktop.
Setup of Logstash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| logstash: | |
| image: docker.elastic.co/logstash/logstash:7.1.1 | |
| depends_on: | |
| - elasticsearch | |
| ports: | |
| - 12201:12201/udp | |
| volumes: | |
| - ./logstash.conf:/usr/share/logstash/pipeline/logstash.conf:ro | |
| networks: | |
| - logging-network |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment