-
Notifications
You must be signed in to change notification settings - Fork 30
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
RMQ input error points to localhost when remote host is specified #52
Comments
We are also experiencing this issue using the rabbitmq output plugin. It seems to be specific to Centos7. This issue doesn't occur on Centos6 |
I am having this issue when upgrading logstash from 6.2.2 to 6.4.1 on Redhat 7. Is there any resolution? |
I found a workaround. If the port is specified in the host configuration like below the logstash agent connects to rabbitmq correctly. rabbitmq { |
Having the same issue with the container
Keeping Possibly related with ruby-amqp/march_hare#133 |
Hello, |
I have this issue with the following setup: docker ELK+RabbitMQ stack Have tried various ports, changed the hostname but that didn't help the other containers spin up fine I can view Kibana and get to the RMQ management interface. My logstash.conf: `input { output { Thanks in advance. |
Hey folks I found that changing the port for RMQ to say 5674 works even though the log out will say connection refused just ignore it, daft I know but it get me past this problem (see ref: https://gitmemory.com/issue/logstash-plugins/logstash-output-rabbitmq/76/456807342) |
when connecting to a remote RMQ server for input data, if the connection fails the error points to localhost:5671 even though the remote host may be totally different.
The text was updated successfully, but these errors were encountered: