Gitlab Issue Alert allows you to create a Gitlab Issue from Graylog alert messages.
Requires Graylog 2.0 or later.
Download the plugin
and place the .jar file in your plugins folder that is configured in your graylog.conf
as described in the Graylog documentation.
Restart graylog-server: service graylog-server restart
Create a new private token for the user that will be used to open the issue
Add a new alert notification in your Graylog-interface and select Gitlab Issue as the notification type.
The message is a template that can be configured as described in the Graylog Documentation
This project is using Maven and requires Java 8 or higher.
You can build the plugin using the following command:
mvn packageThe plugin file gitlab-issue-x.x.x.jar will be saved in the target directory
Versions are released using the maven release plugin:
mvn release:prepare
mvn release:performTravisCI builds and uploads the release artifacts automatically.
Based on TelegramAlert