Skip to content

Commit

Permalink
add filebeat images
Browse files Browse the repository at this point in the history
  • Loading branch information
imxieke committed May 17, 2024
1 parent c961331 commit b9c2a18
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/filebeat/7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM docker.elastic.co/beats/filebeat:7.17.21

LABEL org.opencontainers.image.title="Filebeat" \
org.opencontainers.image.authors="Cloudflying <[email protected]>" \
org.opencontainers.image.source="https://github.com/dockenv/dockenv-images" \
org.opencontainers.image.url="https://dockenv.github.io" \
org.opencontainers.image.description='🐠 Beats - Lightweight shippers for Elasticsearch & Logstash'

EXPOSE 5601
CMD [ "/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint"]
9 changes: 9 additions & 0 deletions images/filebeat/8/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM docker.elastic.co/beats/filebeat:8.13.4

LABEL org.opencontainers.image.title="Kibana" \
org.opencontainers.image.authors="Cloudflying <[email protected]>" \
org.opencontainers.image.source="https://github.com/dockenv/dockenv-images" \
org.opencontainers.image.url="https://dockenv.github.io" \
org.opencontainers.image.description='🐠 Beats - Lightweight shippers for Elasticsearch & Logstash'

CMD [ "/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint"]
1 change: 1 addition & 0 deletions images/filebeat/latest

0 comments on commit b9c2a18

Please sign in to comment.