Closed
Description
Hello.
This issue based on https://discuss.elastic.co/t/rabbitmq-module-path-prefix/127292/9
When RabbitMQ configured with option:
management.path_prefix = /<prefix>
And metricbeat rabbitmq module configured with:
- module: rabbitmq
metricsets: ["queue"]
period: 10s
hosts: ["<ip>:15672/<prefix>/api/queues"]
username: rabbitmetricbeatuser
password: strongpass
Error occured in metricbeat logs:
2018-04-16T08:27:10.043Z ERROR schema/schema.go:41 Error on field 'count': Missing field: count, Error: Key disk_writes not found
2018-04-16T08:27:10.043Z ERROR schema/schema.go:41 Error on field 'count': Missing field: count, Error: Key disk_reads not found
For confirmed bugs, please report:
- Version:
metricbeat: 6.2.3
kibana: 6.2.2
elasticsearch: 6.2.2 - Operating System:
centos 7 - Steps to Reproduce:
- Install RabbitMQ
- Put
management.path_prefix = /<prefix>
in /etc/rabbitmq/rabbitmq.conf - Install metricbeat
- Configure rabbitmq module:
- module: rabbitmq
metricsets: ["queue"]
period: 10s
hosts: ["<ip>:15672/<prefix>/api/queues"]
username: rabbitmetricbeatuser
password: strongpass