Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions fluent-bit/fluent-bit.conf.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
[SERVICE]
Flush 1
Log_Level info
[INPUT]
Name forward
unix_path /var/run/fluent.sock

[INPUT]
Name forward
Listen 0.0.0.0
Port 24224

[INPUT]
Name tcp
Tag firelens-healthcheck
Listen 127.0.0.1
Port 8877

[OUTPUT]
Name null
Match firelens-healthcheck

[OUTPUT]
Name loki
Expand Down