Skip to content

1.0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@magicdude4eva magicdude4eva released this 29 Jun 13:48
· 45 commits to master since this release

Graylog alarm callback for JIRA issue integration with templating of JIRA title/message and MD5 generation to avoid duplicates.

PRE-RELEASE - Graylog 2.0.2 broke plugins!!!

With Graylog 2.0.2 the classloading for plugins has changed, forcing a single, shared classloader. I have logged a issue with Graylog - Graylog2/graylog2-server#2436. More info about the issue can also be read in this comment: Graylog2/graylog2-server#2280 (comment)

The Graylog map plugin ships with outdated (version 4.0.0) HTTPClient libraries and it also misses classes. This results in the Jira integration breaking.

The only workaround if you need to run Graylog 2.0.2 or onwards is to remove the Graylog map plugin and restart Graylog:

mv /usr/share/graylog-server/plugin/graylog-plugin-map-widget-1.0.3.jar /tmp

If you rely on the map-plugin, I suggest not to upgrade to Graylog 2.0.2 or later until this issue (or it's cause Graylog2/graylog2-server#2436) is resolved).

The attached plugin includes additional exception logging to assist identifying classloader issues.