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
When the FluentBit service is restarted, the application error log is generated in the Windows Event Logs. The error is generated only when "outputs/syslog-1.yml" configuration file is uncommented in the main FluentBit config (all configs in the screenshots section). I noticed that mentioned error is generated when the service is trying to stop (longer service stopping time). After a while, new instance of the FluentBit process starting successfully without any issues and all events are forwarded to the server.
To Reproduce
Set the default config file in the registry as below: "C:\Program Files\fluent-bit\bin\fluent-bit.exe" -c "C:\Program Files\fluent-bit\conf\test-default.yml"
Create test-default.yml file in the FluentBit conf folder:
Edit inputs/base.yml file as below:
Edit outputs/syslog-1.yml file as below:
(Any Syslog server is up and running on the localhost and 514 port)
Describe the bug
When the FluentBit service is restarted, the application error log is generated in the Windows Event Logs. The error is generated only when "outputs/syslog-1.yml" configuration file is uncommented in the main FluentBit config (all configs in the screenshots section). I noticed that mentioned error is generated when the service is trying to stop (longer service stopping time). After a while, new instance of the FluentBit process starting successfully without any issues and all events are forwarded to the server.
To Reproduce
Set the default config file in the registry as below:
"C:\Program Files\fluent-bit\bin\fluent-bit.exe" -c "C:\Program Files\fluent-bit\conf\test-default.yml"
Create
test-default.yml
file in the FluentBitconf
folder:(Any Syslog server is up and running on the localhost and 514 port)
Restart the fluent-bit service twice
Error log appears
Expected behavior
Restart service without any errors
Screenshots
test-default.yaml:
syslog-1.yaml:
base.yaml:
Error1:
Error2:
Your Environment
Windows 10 / Windows Server 2019
The text was updated successfully, but these errors were encountered: