Skip to content

RabbitMQ module queue metricset logs error #6876

Closed
@xadcoh

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:
  1. Install RabbitMQ
  2. Put management.path_prefix = /<prefix> in /etc/rabbitmq/rabbitmq.conf
  3. Install metricbeat
  4. Configure rabbitmq module:
- module: rabbitmq
  metricsets: ["queue"]
  period: 10s
  hosts: ["<ip>:15672/<prefix>/api/queues"]
  username: rabbitmetricbeatuser
  password: strongpass

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions