You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config file, with the comments stripped for brevity:
[SERVICE]
flush 1
daemon Off
log_level info
parsers_file parsers.conf
plugins_file plugins.conf
http_server Off
http_listen 0.0.0.0
http_port 2020
storage.metrics on
[INPUT]
Name winlog
Channels Setup,Windows PowerShell
Interval_Sec 1
DB winlog.sqlite
[OUTPUT]
name stdout
match *
[eta] I don't have a Fluent Bit log file because it has to be running for there to be a log file, doesn't it?
The text was updated successfully, but these errors were encountered:
Correction, I can see an issue. When I run C:\fluent-bit\bin\fluent-bit.exe -c C:\fluent-bit\conf\fluent-bit.conf directly, I get:
[2024/11/01 10:26:27] [error] reading line is exceeded to the limit size of 33554432. Current size is: 67108864
[2024/11/01 10:26:27] [error] configuration file contains errors, aborting.
Bug Report
Describe the bug
I can't start the service, though I'm following the installation and configuration instructions exactly:
https://docs.fluentbit.io/manual/installation/windows
I deployed it to
C:\fluent-bit\
so as to avoid the "space in the path" issue.To Reproduce
C:\Windows\system32>sc.exe create fluent-bit binpath= "C:\fluent-bit\bin\fluent-bit.exe -c C:\fluent-bit\conf\fluent-bit.conf"
[SC] CreateService SUCCESS
C:\Windows\system32>sc.exe start fluent-bit
C:\Windows\system32>sc.exe query fluent-bit
Your Environment
fluent-bit-3.1.9-win64.exe
The config file, with the comments stripped for brevity:
[eta] I don't have a Fluent Bit log file because it has to be running for there to be a log file, doesn't it?
The text was updated successfully, but these errors were encountered: