42 lines
758 B
Plaintext
42 lines
758 B
Plaintext
[SERVICE]
|
|
Flush 5
|
|
Daemon Off
|
|
Log_Level info
|
|
log_file /var/log/fluent-bit.log
|
|
|
|
HTTP_Server On
|
|
HTTP_Listen 0.0.0.0
|
|
HTTP_Port 2020
|
|
Health_Check On
|
|
|
|
parsers_file parsers.conf
|
|
parsers_file zdt-parsers.conf
|
|
plugins_file plugins.conf
|
|
|
|
storage.metrics on
|
|
storage.path /var/spool/fluent-bit
|
|
storage.sync normal
|
|
storage.checksum on
|
|
storage.backlog.mem_limit 5M
|
|
|
|
[INPUT]
|
|
Name tail
|
|
Path /var/log/messages
|
|
Parser syslog-ng-json
|
|
Tag system
|
|
DB /var/log/flb_kube.db
|
|
DB.Sync Normal
|
|
DB.locking true
|
|
|
|
@INCLUDE metadata.conf
|
|
|
|
[OUTPUT]
|
|
Match *
|
|
Name forward
|
|
Host fluentd
|
|
Port 24224
|
|
Shared_Key cloudbender
|
|
tls on
|
|
Send_options true
|
|
Require_ack_response true
|