docker-filebeat/Dockerfile

5 lines
167 B
Docker
Raw Normal View History

ARG ELASTICSTACK_VERSION=8.1.2
FROM docker.elastic.co/beats/filebeat:${ELASTICSTACK_VERSION}
COPY --chown=root:filebeat filebeat.yml /usr/share/filebeat/filebeat.yml