Files
docker-elk/logstash/Dockerfile
docker-elk-updater[bot] f3c81fdf46 Update to v8.16.0
2024-11-17 00:31:33 +00:00

8 lines
222 B
Docker

ARG ELASTIC_VERSION
# https://www.docker.elastic.co/
FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION:-8.16.0}
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json