Initial commit
This commit is contained in:
24
siem-elastic-template/elastic/fluent-bit.conf
Normal file
24
siem-elastic-template/elastic/fluent-bit.conf
Normal 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
|
||||
Reference in New Issue
Block a user