Fluent Bit logs
Last updated
Was this helpful?
Was this helpful?
service:
flush: 1
log_level: info
pipeline:
inputs:
- name: fluentbit_logs
tag: internal.logs
outputs:
- name: stdout
match: 'internal.logs'[SERVICE]
Flush 1
Log_Level info
[INPUT]
Name fluentbit_logs
Tag internal.logs
[OUTPUT]
Name stdout
Match internal.logsservice:
flush: 1
log_level: info
pipeline:
inputs:
- name: fluentbit_logs
tag: internal.logs
outputs:
- name: opentelemetry
match: 'internal.logs'
host: otel-collector
port: 4318[SERVICE]
Flush 1
Log_Level info
[INPUT]
Name fluentbit_logs
Tag internal.logs
[OUTPUT]
Name opentelemetry
Match internal.logs
Host otel-collector
Port 4318