Hi All,
I'm using Metricbeat 7.3, I've enabled the RabbitMQ module and I'm getting below error in logs.
I'm running version 3.7.15 of RabbitMQ.
2021-10-26T10:29:19.683-0500 ERROR [rabbitmq.queue] queue/data.go:97 error in mapping: error applying schema: 10 errors: key `state` not found; key `messages` not found; key `messages_details` not found; key `messages_ready` not found; key `messages_ready_details` not found; key `messages_unacknowledged` not found; key `messages_unacknowledged_details` not found; key `messages_persistent` not found; key `memory` not found; key `consumers` not found
2021-10-26T10:29:19.683-0500 ERROR [rabbitmq.queue] queue/data.go:97 error in mapping: error applying schema: 10 errors: key `consumers` not found; key `state` not found; key `messages_unacknowledged` not found; key `messages_unacknowledged_details` not found; key `messages_persistent` not found; key `messages` not found; key `messages_details` not found; key `messages_ready_details` not found; key `messages_ready` not found; key `memory` not found
2021-10-26T10:29:19.683-0500 ERROR [rabbitmq.queue] queue/data.go:97 error in mapping: error applying schema: 10 errors: key `consumers` not found; key `state` not found; key `messages_ready` not found; key `messages_ready_details` not found; key `messages_unacknowledged` not found; key `messages_unacknowledged_details` not found; key `messages_persistent` not found; key `messages` not found; key `messages_details` not found; key `memory` not found
2021-10-26T10:29:19.684-0500 ERROR [rabbitmq.queue] queue/data.go:97 error in mapping: error applying schema: 10 errors: key `messages_persistent` not found; key `messages` not found; key `messages_details` not found; key `messages_ready` not found; key `messages_ready_details` not found; key `messages_unacknowledged` not found; key `messages_unacknowledged_details` not found; key `memory` not found; key `state` not found; key `consumers` not found
2021-10-26T10:29:19.684-0500 ERROR [rabbitmq.queue] queue/data.go:97 error in mapping: error applying schema: 10 errors: key `messages_details` not found; key `messages` not found; key `messages_ready` not found; key `messages_ready_details` not found; key `messages_unacknowledged` not found; key `messages_unacknowledged_details` not found; key `messages_persistent` not found; key `memory` not found; key `state` not found; key `consumers` not found
2021-10-26T10:29:19.684-0500 ERROR [rabbitmq.queue] queue/data.go:97 error in mapping: error applying schema: 10 errors: key `consumers` not found; key `state` not found; key `messages` not found; key `messages_details` not found; key `messages_ready` not found; key `messages_ready_details` not found; key `messages_unacknowledged` not found; key `messages_unacknowledged_details` not found; key `messages_persistent` not found; key `memory` not found
rabbitmq.yml module file
- module: rabbitmq
metricsets:
- node
- queue
- connection
- exchange
period: 10s
hosts: ["http://localhost:15672"]
username: ....
password: ......
Modules Enabled
PS Metricbeat> .\metricbeat.exe modules list
Enabled:
rabbitmq
windows
Thanks for your help.
Jesus