Download org.graylog2.syslogoutput.output.SyslogOutput_gl2plugin.jar and put inside /graylog2/path/plugins/output/.
Restart Graylog2 and configure HOST and PORT to redirect syslog messages.
Associate the plugin to any stream and syslog messages will be redirected.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Apache Maven 3.1.1
- Oracle Java (build 1.7.0_45-b18)