# RabbitMQ Module Errors in logs

**URL:** https://discuss.elastic.co/t/rabbitmq-module-errors-in-logs/287715
**Category:** Beats
**Tags:** beats-module, metricbeat
**Created:** [October 26, 2021, 4:15pm UTC](https://discuss.elastic.co/t/rabbitmq-module-errors-in-logs/287715 "2021-10-26T16:15:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![valleram](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/valleram/32/48248_2.png) [@valleram](https://discuss.elastic.co/u/valleram)
#### Post date: [October 26, 2021, 4:15pm UTC](https://discuss.elastic.co/t/rabbitmq-module-errors-in-logs/287715/1 "2021-10-26T16:15:14Z")

</div>

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.

```auto
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

```auto
- module: rabbitmq
  metricsets:
    - node
    - queue
    - connection
    - exchange
  period: 10s
  hosts: ["http://localhost:15672"]
  username: ....
  password: ......

```

Modules Enabled

```auto
PS Metricbeat> .\metricbeat.exe modules list
Enabled:
rabbitmq
windows

```

Thanks for your help.  
Jesus

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 23, 2021, 6:16pm UTC](https://discuss.elastic.co/t/rabbitmq-module-errors-in-logs/287715/2 "2021-11-23T18:16:05Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
