Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find any output plugin named 'example' #3

Closed
swsachith opened this issue Jul 2, 2015 · 1 comment
Closed

Couldn't find any output plugin named 'example' #3

swsachith opened this issue Jul 2, 2015 · 1 comment

Comments

@swsachith
Copy link

Hi,

I followed the example on how to write an output plugin for logstash[1].

When I install the gem it shows up at bin/plugin list. But when I try to call it in a conf file ex:
output{
example{}
}

it gives me the error: "The error reported is:
Couldn't find any output plugin named 'example'. Are you sure this is correct? Trying to load the example output plugin resulted in this error: no such file to load -- logstash/outputs/example
"

Any suggestions ?

[1] https://www.elastic.co/guide/en/logstash/current/_how_to_write_a_logstash_output_plugin.html

@purbon
Copy link

purbon commented Jul 13, 2015

This is not an actual released gem, or plugin so you can not really install it without building it. I'm sure you had some issue while building the plugin, like might be not doing git commit with your changes? For support/help questions I encourage you to ask at https://discuss.elastic.co/c/logstash, there you will find lots of help, and might be already the answer to your issue 👍

/cheers

@purbon purbon closed this as completed Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants