pulumi-docker/fluent.conf

15 lines
193 B
Plaintext

<source>
@type forward
port 8069 # Odoo logs
</source>
<source>
@type forward
port 3000 # Grafana logs
</source>
<match *>
@type file
path /fluentd/logs/collected-logs
</match>