billmurrin / graylog-plugin-quickvaluesplus-widget

GrayLog2 QuickValuesPlus Widget
GNU General Public License v3.0
22 stars 4 forks source link

Graylog 3.0 Compatibility #52

Open philomory opened 5 years ago

philomory commented 5 years ago

Is there any chance this plugin can be updated to be compatible with Graylog 3.0? We've been successfully using the 4.0.0-beta version of the plugin with Graylog 2.5.0, but we're updating to Graylog 3.0.1 now and we'd love to keep this functionality.

TobiasKjrsgaard commented 5 years ago

The problem seems to be that Graylog 3.0.x uses a newer version of React for the web interface which no longer supports the deprecated way this plugin creates it's React components.

I've forked this repo and made an experimental 4.0.0-beta.1 build with minor modifications to the plugin's web interface to work around this issue. This seems to work with Graylog 3.0.1.

Feel fre to try it out, I'd love some feedback.

philomory commented 5 years ago

I'll give it a shot, thanks!

MiddleGeorgiaState commented 4 years ago

The problem seems to be that Graylog 3.0.x uses a newer version of React for the web interface which no longer supports the deprecated way this plugin creates it's React components.

I've forked this repo and made an experimental 4.0.0-beta.1 build with minor modifications to the plugin's web interface to work around this issue. This seems to work with Graylog 3.0.1.

Feel fre to try it out, I'd love some feedback.

Works great in 3.0. It's broken in 3.1.

Malika94 commented 3 years ago

Hello, Is there any chance this plugin can be work on version 4 of graylog?