Hi I am trying to install the enterprise plugin on graylog docker image. I followed the instructions from documentation that showed how to mount a volume of the plugin. However, I am not seeing the plugin installed.
the docker image is 3.0.2 - if you got that recently …
If the Graylog user is able to read the plugin I can’t imagine why that shouldn’t be activated. Does the Docker Container shows the SSO Plugin as loaded during startup?
Yes, it does show up during startup. I finally saw this:
error
graylog_1 | 2019-07-03 20:59:46,884 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: AWS plugins 3.0.0-alpha.1 [org.graylog.aws.plugin.AWSPlugin]
graylog_1 | 2019-07-03 20:59:46,887 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Single Sign-On (SSO) Authentication Provider 3.0.0 [org.graylog.plugins.auth.sso.SsoAuthPlugin]
graylog_1 | 2019-07-03 20:59:46,888 INFO : org.graylog2.bootstrap.CmdLineTool - Loaded plugin: Collector 3.0.0-alpha.1 [org.graylog.plugins.collector.CollectorPlugin]
graylog_1 | 2019-07-03 20:59:46,890 ERROR: org.graylog2.bootstrap.CmdLineTool - Plugin “Graylog Enterprise” requires version 3.0.2 - not loading!
analysis
the only difference is the version. The mounting of the plugin is the same. I am trying to wrap my head around this issue because there’s no java warnings or errors around it.
@jan, is there archived versions of the enterprise plugin? I would rather download enterprise plugin 3.0.0 rather than upgrading the docker image. Sorry for the bad question.