collect docker logs using fluent

This commit is contained in:
Pim Kunis 2023-08-22 22:53:40 +02:00
parent c59dcbeaae
commit db38d9c6bb
4 changed files with 35 additions and 3 deletions

View file

@ -122,7 +122,7 @@ services:
- BAUTH_PASS=test
fluentd:
image: git.kun.is/pim/fluentd:1.0.1
image: git.kun.is/pim/fluentd:1.0.2
depends_on:
- elasticsearch
ports:

View file

@ -6,7 +6,7 @@
port {{ fluent_forward_port }}
</source>
<match *>
<match **>
@type elasticsearch
host maestro.dmz
port {{ elasticsearch_port }}