Closed lennartkoopmann closed 7 years ago
A reporter plugin is supposed to load without the metrics-reporter-core-x.x.x.jar in the plugins/ folder but it does not. This is 100% reproducible on my setup and two customers had the same issue but not on @joschi's setup.
metrics-reporter-core-x.x.x.jar
plugins/
lennart@graylog-srv01:/usr/share/graylog-server/plugin$ unzip -l metrics-reporter-datadog-1.4.0.jar | grep org/graylog/plugins/metrics/core 0 2016-10-28 15:25 org/graylog/plugins/metrics/core/ 1491 2016-10-28 15:25 org/graylog/plugins/metrics/core/BasePluginMetaData.class 0 2016-10-28 15:25 org/graylog/plugins/metrics/core/jadconfig/ 2708 2016-10-28 15:25 org/graylog/plugins/metrics/core/jadconfig/StringMapConverter.class 3594 2016-10-28 15:25 org/graylog/plugins/metrics/core/jadconfig/PatternListConverter.class 1423 2016-10-28 15:25 org/graylog/plugins/metrics/core/RegexMetricFilter.class
Plugin version 1.4.0 Graylog 2.1.2+50e449a openjdk version "1.8.0_111"
metrics-reporter-gelf-1.4.0.jar is working without core
@lennartkoopmann Since this couldn't be reproduced, I'm closing this issue.
A reporter plugin is supposed to load without the
metrics-reporter-core-x.x.x.jar
in theplugins/
folder but it does not. This is 100% reproducible on my setup and two customers had the same issue but not on @joschi's setup.Plugin version 1.4.0 Graylog 2.1.2+50e449a openjdk version "1.8.0_111"