You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: