projetPulumi/fluent.conf
2024-11-28 08:39:20 +01:00

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>