Fluent-bit IIS Windows Logs Plugin
Create IIS Config for fluent-bit
[SERVICE]
Parsers_file C:\test\td-agent-bit-1.8.6-win64\conf\parsers.conf
Log_Level error
[INPUT]
Name tail
Parser iis
Path C:\\inetpub\logs\\LogFiles\\W3SVC1\\u_ex*.log
Path_Key On
Tag ascent
Buffer_Max_Size 1024k
Read_from_Head On
[FILTER]
Name record_modifier
Match ascent
Record cluster_id iiscluster
Record namespace iisnamespace
Record app_name iisappname
Record hostname iishostname
[OUTPUT]
Name http
Match *
Host <host>
Port 443
URI /v1/json_batch
Format json
tls on
tls.verify off
net.keepalive off
compress gzip
Header Authorization Bearer <Ingest token>IIS parsers.conf
Multiple Source Fluent-bit Configuration
Install and Enable Windows Fluent-bit Service


Example Ingested IIS Logs

Last updated
Was this helpful?