This plugin is an output plugin which permit to Graylog, to send logs to a RabbitMQ Server.
Required Graylog version: 2.0 and later
Download the plugin which is in dist directory
and place the .jar file in your Graylog plugin directory. The plugin directory
is the plugins/ folder relative from your graylog-server directory by default
and can be configured in your graylog.conf file.
Restart graylog-server and you are done.
One the plugin installed, simply add an RabbitMQ output. The port of the server must be the AMQP port (not the webgestion plugin)
This project is using Maven 3 and requires Java 8 or higher.
- Clone this repository.
- Run
mvn packageto build a JAR file. - Optional: Run
mvn jdeb:jdebandmvn rpm:rpmto create a DEB and RPM package respectively. - Copy generated JAR file in target directory to your Graylog plugin directory.
- Restart the Graylog.
We use Gitlab in intern and perform CI to verify the quality of our plugin.
If you want contribute to this project, you can submit issue on the Gist.