25 lines
289 B
Plaintext
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>
|
|
|
|
|