Ive been trying to develop a plugin for graylog for a couple of weeks, but its been a painful process so far. I
ve taken a look at various third party plugins, and it seems graylog 3.2 has some issues with external plugins, specially in the notifications part, which is the one that I need it most.
So, I prefer start working in version 3.1,which seems to be more stable, but I`m a little bit confused, because the sample plugin skeleton [https://github.com/Graylog2/graylog-plugin-sample] seems not to be the best way to start, and the in the oficial docs, the plugin section [https://docs.graylog.org/en/latest/pages/plugins.html#about-plugins] does not provide too much info. Also, the Graylog meta project seems outdated and complicated, since bootstrap does not work anymore.
Can anyone point me out some directions, please?