Plugin development in Go?

i want to develop new plugin using go can i do this ??

u guys have any example ?? please help

Graylog is written in Java, so you also need to use Java or another JVM language, such as Kotlin, Groovy, or Scala, to write plugins for it.

You can find the plugin documentation at http://docs.graylog.org/en/2.2/pages/plugins.html

just jumping on the bandwagon: can i use jruby to develop graylog plugins?:slight_smile:

if i want to develop just web plugin ??

i believe graylog’s web ui is written in java too

This should be possible, although you won’t get any official support for it.

You would also have to ship your own JRuby runtime with the plugin.

The Graylog Web UI has it’s data supplied by Java, but is actually written in React.js :slight_smile:

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