Implemented sending logs to ElasticSearch with Filebeat (#125)

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #125
This commit is contained in:
2023-03-21 09:47:28 +01:00
parent bd565ffd7d
commit 0bd80b1878
3 changed files with 37 additions and 0 deletions

2
Filebeat/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM docker.elastic.co/beats/filebeat:8.6.2
COPY --chown=root:filebeat filebeat.docker.yml /usr/share/filebeat/filebeat.yml