Fluent-bit
Fluent-bit configuration for Apica Ascent
[SERVICE]
Flush 1
Parsers_File /etc/td-agent-bit/parsers.conf
Log_Level error
Storage.type filesystem
Storage.path /var/log/flb_storage_
Buffer storage.sync normal
Storage.checksum On
Storage.backlog.mem_limit 700kb
Storage.metrics On
[INPUT]
Name tail
Path /var/log/*.log
Path_Key filename
Tag ascent
Buffer_Max_Size 1024k
Read_from_Head On
Mem_Buf_Limit 1MB
Refresh_Interval 5
Storage.type filesystem
[FILTER]
Name record_modifier
Match ascent
Record cluster_id flash
[FILTER]
Name record_modifier
Match ascent
Record namespace xyz
[FILTER]
Name record_modifier
Match ascent
Record app_name system_logs
[FILTER]
Name throttle
Match *
Rate 700
Window 300
Interval 1s
[OUTPUT]
Name http
Match *
Host <ASCENT_HOST>
Port 80
URI /v1/json_batch
Format json
tls off
tls.verify off
net.keepalive off
compress gzip
Header Authorization Bearer <ASCENT_TOKEN>Fluent-bit for Windows
Last updated
Was this helpful?