Hi Team,
Could you please guide me on installing the Syslog output plugin on our Logstash server? We tried installing it using the method mentioned on ruby.org, but it didn't work.
Kindly share the correct steps or procedure to install the plugin properly.
Steps we tried:
Please check steps:
Download file from: https://rubygems.org/downloads/logstash-output-syslog-3.0.7.gem
Install: sudo /usr/share/logstash/bin/logstash-plugin install file:///tmp/logstash-output-syslog-3.0.7.gem
Verify installation: /usr/share/logstash/bin/logstash-plugin list --verbose | grep syslog
Thank you.

