Writing Graylog Plugin

I would like to write my own Graylog plugin to display base64 strings as images in Graylog.
I took this sample project https://github.com/Graylog2/graylog-plugin-sample to have something to start with.
Also this post was very useful Plugin Development.
But I couldn’t even build it. After fixing one error I get new one. With different npm versions I got different errors. Fixing all that errors is very time consuming.
So the question is - is there a complete sources/guide of how to get started writing Graylog plugins with all required versions, tools etc.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.