billmurrin / graylog-plugin-quickvaluesplus-widget

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

Plugin Loaded but not usable/no config #35

Closed jalogisch closed 6 years ago

jalogisch commented 6 years ago

I'm using a fresh installation of Graylog 2.3.2 on Ubuntu 16.4. and install the .deb version of the plugin version 3.0.1.

plugin_loaded

But no configuration is located on the System > Configuration page. How can I provide you additional Information that you can debug that?

billmurrin commented 6 years ago

Hi @jalogisch - I'm having issues viewing the image right now, but I'll look into it.

I'll have to research the .deb plugin itself. I'll be honest and say I haven't done much testing on the rpm or deb plugins. Does the plugin work OK if you use the .jar version of the plugin? If it works OK with the JAR version, that will at least point me in the right direction. Sorry for the inconvenience.

billmurrin commented 6 years ago

@jalogisch Do you have any errors in the config? Can you please see issue #33 and see if you have a similar output. Thanks.

jalogisch commented 6 years ago

Hej @billmurrin

it took me some time to return to this. I replaced the .jar with the only .jar from the release page. Now the configuration is available and the plugin can be used.

I prev. did not made a full page reload, after that the Plugin was available.

Folks remember - if you ad/change some component with parts in the Webinterface of Graylog, do a full page reload (or empty all caches) to be sure that you get the new components/parts.

billmurrin commented 6 years ago

Thanks @jalogisch. I'm glad it is at least working with the .jar release. Does it look like the .deb is still experiencing an issue or do you think it was pretty much related to the browser cache?

jalogisch commented 6 years ago

I tried a full page reload several times with the .deb version to ensure that this works.

If you like to investigate, I can share the VM.

billmurrin commented 6 years ago

Sure, I'll take a look at the VM. Thanks.

jalogisch commented 6 years ago

Send you a Mail with details. thnx

billmurrin commented 6 years ago

@jalogisch - I observed that the size when installed from the .deb is only 18kb instead of the 3.32MB it should be. The java code is present but all of the javascript is missing.

JAR and Deb Package Comparison

I'll work on getting it fixed. When I create the deb using mvn (they were getting created via Travis and it is obviously broken) it is a proper size. I'm testing it out to make sure it installs properly. The same issue exists with the RPM version of the plugin. The release page for 3.0.1 will be updated in the next day or two with the correct .deb/.rpm versions. Sorry about that.

billmurrin commented 6 years ago

@jalogisch - Please update to v3.0.3. The .deb should be working now.