mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-02-14 08:48:51 +00:00
Initial commit
This commit is contained in:
10
logstash/Dockerfile
Normal file
10
logstash/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG ELK_VERSION
|
||||
|
||||
# https://github.com/elastic/logstash-docker
|
||||
FROM docker.elastic.co/logstash/logstash:${ELK_VERSION}
|
||||
|
||||
HEALTHCHECK --interval=240s --timeout=120s --retries=5 \
|
||||
CMD curl -s -XGET 'http://127.0.0.1:9600'
|
||||
|
||||
# Add your logstash plugins setup here
|
||||
# Example: RUN logstash-plugin install logstash-filter-json
|
||||
Reference in New Issue
Block a user