-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use syslog as input pipeline, not starting #5153
Comments
According to build configuration , fluent-bit doesn't contain in_syslog on Windows system. |
I've missed that, thank you very much for your help! |
Not sure why this was closed. Why doesnt in_syslog work on windows? Is it an oversight, or purposeful? |
the same problem exist also for exec plugin.
|
@tirelibirefe : Could you please create a new issue with a proper report of your issue so we can give you a meaningful answer? Edit: Disregard this, I just understood what you meant. I don't know why |
@sean-scott-lr : |
Bug Report
Unable to use syslog as input pipeline, not starting
I'm trying to start fluent-bit with the syslog input using various type of installations under Windows. All of them are failing with:
[error] [config] section 'syslog' tried to instance a plugin name that don't exists
To Reproduce
fluent-bit.exe -i syslog -o stdout -R parsers.conf
) or with a simple config file, like this:The parsers file is the default one shipped with the installation/archive.
Expected behavior
Application starting as expected with syslog input using the given parsers.
Screenshots
Error log result:
[2022/03/22 14:56:00] [error] [config] section 'syslog' tried to instance a plugin name that don't exists [2022/03/22 14:56:00] [error] configuration file contains errors, aborting.
Your Environment
The text was updated successfully, but these errors were encountered: