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

better error-message needed #77

Open
BBQigniter opened this issue Jul 18, 2018 · 1 comment
Open

better error-message needed #77

BBQigniter opened this issue Jul 18, 2018 · 1 comment
Assignees

Comments

@BBQigniter
Copy link

I now searched for hours for an error in one of my pipeline configs using the rabbitmq-output plugin, always wondering why I got following error:

[ERROR][logstash.outputs.rabbitmq] RabbitMQ connection error, will retry. {:error_message=>"Connection to localhost:5672 failed", :exception=>"MarchHare::ConnectionRefused"}

I also reconfigured rabbitmq-server to listen on localhost - but nothing helped until I realized that I had a typo in the IP address in the host-parameter :\

For gods sake - why is the output-plugin not logging something like????
[ERROR][logstash.outputs.rabbitmq] RabbitMQ connection error, will retry. {:error_message=>"Connection to 192.168.10.10:5672 failed", :exception=>"MarchHare::ConnectionRefused"}

The error message would have been much much clearer

@robbavey
Copy link
Contributor

@BBQigniter I've opened up an issue in the underlying library that logstash uses for connectivity with rabbitmq.

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