Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm using the RabbitMq module under metricbeat to index my topics and queues to Elasticsearch.

The rabbitmq queue metricset defines a few indexes such as: rabbitmq.queue.name, rabbitmq.queue.messages.total.count and so on, Is there a way to limit specific queues such that only the required queues index into ES without having to push all the topics, exchanges and queues?

What I have tried:

This is the rabbitmq.yml file under the modules.d folder in Metricbeat:

metricbeat.modules:
- module: rabbitmq
  metricsets: ["node", "queue", "connection", "exchange"]
  enabled: true
  period: 10s
  hosts: ["localhost:15672"]
  #username: guest
  #password: guest
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900