projetPulumi/fluent.conf
2024-11-25 00:51:34 +01:00

25 lines
289 B
Plaintext

<source>
@type forward
port 24224 # Fluentd default forward port
bind 0.0.0.0
</source>
<source>
@type forward
port 8069 # Odoo logs
bind 0.0.0.0
</source>
<source>
@type forward
port 3000 # Grafana logs
bind 0.0.0.0
</source>
<match **>
@type stdout
</match>