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
Error is: HTTP error 406 in node: 406 Not Acceptable
This is expected behavior because there is no option for prefix in module config. Metricbeat will try to reach RabbitMQ with:
Hello.
This issue based on https://discuss.elastic.co/t/rabbitmq-module-path-prefix/127292
When RabbitMQ configured with option:
management.path_prefix = /<prefix>
Metrics can't be collected with:
Error is:
HTTP error 406 in node: 406 Not Acceptable
This is expected behavior because there is no option for prefix in module config. Metricbeat will try to reach RabbitMQ with:
In this example correct paths are:
Workaround is point metricbeat with full path.
Nodes:
Queues:
For confirmed bugs, please report:
metricbeat: 6.2.3
kibana: 6.2.2
elasticsearch: 6.2.2
centos 7
management.path_prefix = /<prefix>
in /etc/rabbitmq/rabbitmq.confThe text was updated successfully, but these errors were encountered: