Rabbitmq integration error - fetch: HTTP error 404 in : 404 Not Found

Hi all,

i have installed rabbitmq integration in kibana.
my config is ->

and error is ->

[elastic_agent][warn] Unit state changed rabbitmq/metrics-default-rabbitmq/metrics-rabbitmq-5f5ffcb2-013d-4d8a-96e8-001e89bdb6cf (CONFIGURING->DEGRADED): Error fetching data for metricset rabbitmq.node: error in fetch: HTTP error 404 in : 404 Not Found

thank you in advance.

Ensure you have proper connection to 10.40.7.56:18762
Try this command from your elastic agent machine

curl -u user:pass ``http://10.40.7.56:18762/api/nodes

or

curl http://10.40.7.56:18762/api/nodes

check the result or post here