Files
R2R/docker/fluent-bit/fluent-bit.conf
T
2025-02-22 12:39:25 -08:00

27 lines
562 B
Plaintext

[SERVICE]
Flush 1
Daemon Off
Log_Level info
Parsers_File parsers.conf
[INPUT]
Tag backend
Name forward
Listen 0.0.0.0
Port 24224
[FILTER]
Match backend
Name parser
Key_Name log
Parser json
[OUTPUT]
Match backend
Name http
host host.docker.internal
port 9428
uri /insert/jsonline?_stream_fields=log&_msg_field=msg,message&_time_field=date
format json_lines
json_date_format iso8601