Initial commit

This commit is contained in:
Gašper Dobrovoljc
2025-11-12 13:09:01 +01:00
commit 0666924962
7 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
[SERVICE]
log_level debug
Parsers_File /fluent-bit/etc/parsers.conf
[INPUT]
Name forward
Listen 0.0.0.0
port 24224
[FILTER]
Name parser
Match **
Key_Name log
Parser http_access_custom
Reserve_Data On
[OUTPUT]
Name es
Match **
Host elastic
Port 9200
Logstash_Format True
tls Off
Suppress_Type_Name On