dfch / biz.dfch.j.graylog.plugin.output.syslogoutput

Graylog Output plugin for sending messages to a syslog server
http://d-fens.ch
GNU Lesser General Public License v2.1
3 stars 0 forks source link

plugin doesn't load in Graylog2 1.2.0 (Augustiner) #5

Open norandom opened 9 years ago

norandom commented 9 years ago

Hey,

the current Graylog release doesn't seem to load the plugin any more. I guess some of the API has changed.

I use the official OVA as a test host: https://github.com/Graylog2/graylog2-images/tree/master/ova

/opt/graylog/embedded/jre/bin/java -version java version "1.8.0_45" Java(TM) SE Runtime Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)

Config: "plugin_dir": "/opt/graylog/server/plugin"

Plugin dir: drwxr-xr-x 2 root root 4096 Sep 1 11:44 . -rw-rw-r-- 1 root root 9682385 Sep 1 11:43 syslogoutput-1.0.0-SNAPSHOT.jar -rw-r--r-- 1 root root 12232 Jul 17 10:32 graylog-alarmcallback-hipchat-1.1.0.jar -rw-r--r-- 1 root root 4277659 Jul 17 10:17 plugin-output-splunk-0.3.0.jar -rw-r--r-- 1 root root 5363 Jul 17 10:17 graylog2-output-syslog-1.0.2.jar drwxr-xr-x 6 root root 4096 Jun 26 14:18 .. -rw-r--r-- 1 root root 1693654 Jun 19 11:47 usage-statistics-1.0.7.jar

After restart: Installed Plugins 3 plugins installed. Name Author Version Description Anonymous Usage Statistics Graylog, Inc. 1.0.7 A plugin for collecting anonymous usages statistics about Graylog nodes and clusters. Homepage HipChat Alarmcallback Plugin Graylog, Inc. 1.1.0 Alarm callback plugin that sends all stream alerts to a HipChat room. Homepage Splunk Output Lennart Koopmann (Graylog, Inc) 0.3.0 Writes messages to your Splunk installation via TCP. Homepage

The syslog plugin is not in there. I am not exactly sure why that is...

dfch commented 9 years ago

are you using the recently released version 1.20 ? I will have a look into that and let you know.

norandom commented 9 years ago

Yes, I just found it.

I tried to rebuild it, but also the successfully built JAR, which I dropped into the plugin dir, doesn't load.