Hi,
Our rabbitmq service that we are monitoring is on a different host than where the elasticsearch engine is running. I have updated the rabbitmqbeat.yml to use the following elasticsearch host:
#-------------------------- Elasticsearch output ------------------------------
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["192.168.0.40:9200"]
however, after I start it I receive the following failure:
ERR Invalid host param set: 192.168.0.40:9200, Error: parse 192.168.0.40:9200: first path segment in URL cannot contain colon
Thanks,Cliff.
Hi,
Our rabbitmq service that we are monitoring is on a different host than where the elasticsearch engine is running. I have updated the rabbitmqbeat.yml to use the following elasticsearch host:
however, after I start it I receive the following failure:
ERR Invalid host param set: 192.168.0.40:9200, Error: parse 192.168.0.40:9200: first path segment in URL cannot contain colonThanks,Cliff.