Point metricbeat rabbitmq collector to existing rabbitmq endpoint
Change-Id: I9511a1da1a031b4b05bbbb108386cd5b56fd96e9
This commit is contained in:
parent
62f9508df2
commit
eb73dd6e66
@ -423,7 +423,7 @@ metricbeat.modules:
|
||||
- module: rabbitmq
|
||||
metricsets: ["node", "queue"]
|
||||
period: 30s
|
||||
hosts: ["localhost:5672", "localhost:5671", "localhost:15672", "localhost:15671"]
|
||||
hosts: [ {{ elastic_metricbeat_rabbitmq_monitoring_hosts }} ]
|
||||
username: {{ rabbitmq_monitoring_userid | default('monitoring') }}
|
||||
password: {{ rabbitmq_monitoring_password }}
|
||||
#
|
||||
|
@ -4,6 +4,7 @@ elk_repo:
|
||||
state: "{{ elk_package_state | default('present') }}"
|
||||
|
||||
#metricbeats monitoring endpoints
|
||||
elastic_metricbeat_rabbitmq_monitoring_hosts: '"localhost:15672"'
|
||||
elastic_metricbeat_haproxy_monitoring_hosts: '"unix:///var/run/haproxy.stat"'
|
||||
|
||||
# elastic search vars
|
||||
|
Loading…
x
Reference in New Issue
Block a user