graylog-project-cli icon indicating copy to clipboard operation
graylog-project-cli copied to clipboard

Implement new plugin command

Open bernd opened this issue 8 years ago • 4 comments

There should be a command that runs through the following steps to create a new Graylog plugin.

  • Create a new plugin directory by using the maven archetype
  • Put the new plugin directory into the graylog-project-repositories path
  • Create a new manifest for the plugin that includes the server

bernd avatar Apr 10 '17 10:04 bernd

Absolutetly!

If you point me on the right direction, I'll be glad to help.

mautematico avatar Jun 16 '17 03:06 mautematico

Is there any documentation for the current manual workaround?

kiview avatar Aug 29 '17 12:08 kiview

The old documentation is at http://docs.graylog.org/en/2.4/pages/plugins.html#creating-a-plugin-skeleton

It is possibly outdated and should be improved based on this improvement.

kroepke avatar Aug 29 '18 12:08 kroepke

I just have updated the docs to the project cli -

https://docs.graylog.org/en/3.3/pages/plugins.html#creating-a-plugin-skeleton

jalogisch avatar Jul 24 '20 11:07 jalogisch