Can't run scripts/bootstrap-plugin

Hi there,

I’m trying to build plugins for Graylog following the Graylog plugins Doc. In this link, it says that I should run:

$ scripts/bootstrap-plugin <plugin package name>

In order to create interfaces such as: org.graylog2.plugin.Plugin

But after following the Doc to this point, I can’t create the interfaces, with error as following:

ians-mbp:graylog-project ian.com$ ./scripts/bootstrap-plugin test
-bash: ./scripts/bootstrap-plugin: No such file or directory

Can you please help me out this, like how to create plugins interfaces?
PS:
Using graylog-project bootstrap to get the graylog meta project

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