Dan Torrey
Dan Torrey
Hi @cmiscloni, Are you still able to reproduce this error? We would appreciate any additional details that might help us to reproduce the issue.
This error is fixed in version 1.6.6. I suggest that this issue be closed.
FYI @dulanism Please let me know if you want to take care of this, or if I should. I am happy to help.
Hi @dulanism, I have made some notes here about the thinking on documentation changes for the 4.1 Forwarder in case you have time to work on it in the next...
I am investigating this. I was able to reproduce the issue. There is no scripts directory in the `graylog-project` project.
Hi @smxsm, Thanks for the blog article. It looks like the link did not come through. Could you please repost it?
I am planning to do this at the same time as I update the plugin creation instructions.
Hi @jrunu, You can use our Graylog Plugin Maven archetype to create a plugin: `mvn archetype:generate -DarchetypeGroupId=org.graylog -DarchetypeArtifactId=graylog-plugin-archetype`. Once run, it will create a Graylog plugin sources. You can open...
@jrunu Certainly! Thanks for working on this so soon. Thanks for the note on the incorrect version in the mvn archetype. We'll fix that. Which class is displaying the `org.graylog2.plugin`...
@jrunu This is is most likely due to an issue with the parent pom file, which is how the all of the Graylog core dependencies are imported. The best way...