5 lines
167 B
Docker
5 lines
167 B
Docker
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
|