Plugin syslog output

I successfully installed the syslog output plugin on my Red Hat virtual machine. However, when I attempt to start Logstash and use the syslog output in my Logstash configuration file, I encounter the following error message: "Unable to load Plugin. {:type=>"output", :name=>"syslog"}. Additionally, it skips the pipelines.(in logs : Skipping ...)

Can anyone please assist me in resolving this issue?

Elastic version: 8.8.1

Thanks.

Hello,

Please do not share screenshots of text messages, they can be hard to read, just share the plain text using the Preformatted text option, the </> button, to correctly format it.

Your screenshot cropped the ERROR log line, there is more information on that line that could be helpful.

Also, since this is a systemd error you need to look at /var/log/messages or /var/log/syslog as well for some hint on the issue.

You didn't share your logstash configuration, share your logstash configuration please.