Are there updated docs on how to create a plugin somewhere?

in case anyone else was trying to write a plugin, here are some resources that I found helpful.

( basically this says, after you’ve bootstrapped graylog, if you want to compile your plugin without compiling graylog, you should run “mvn generate-resources” in the graylog-project-repos/graylog-project folder )

How to hook your plugin into graylog

if your plugin depends on graylog, then you need to set isolated=false in your graylog-plugin.properties file

2 Likes