graylog-labs / graylog-plugin-metrics-reporter

Graylog Metrics Reporter Plugins
https://www.graylog.org/
GNU General Public License v3.0
80 stars 18 forks source link

Plugin does not load without core jar deployed #13

Closed lennartkoopmann closed 7 years ago

lennartkoopmann commented 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.

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"

jalogisch commented 7 years ago

metrics-reporter-gelf-1.4.0.jar is working without core

joschi commented 7 years ago

@lennartkoopmann Since this couldn't be reproduced, I'm closing this issue.