-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rabbitmq module (#3887) #4394
Conversation
Can one of the admins verify this patch? |
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically on build-eu-00. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
@amandahla Thanks a lot for taking this on. I added a few points to the list above. Please ping me when I should have a first look. Had a quick one already and looks really good (as usual) :-) |
jenkins, test it please |
Thank you very much for contributing @amandahla, awesome module! |
Can one of the admins verify this patch? |
Thanks @amandahla for your contribution. Would be nice if you can add a Kibana dashboards for the RabbitMQ module. |
Hi @monicasarbu.I am new to ELK.Not sure I can ask questions here.Can u pls describe the uses adding the rabbitmq module?What all we can do? Can we see metrics of rabbitmq in Kibana dashboard ?I am bit confused here.Kibana dashboards and logstash will support rabbitmq? |
@balamuralinagella Currently, with the rabbitmq module in Metricbeat you can monitor the RabbitMQ nodes, but we are planning to extend it to monitor queues, for example. The current version is not coming with a dedicated Kibana dashboard to visualize the collected metrics from RabbitMQ, but you can easily build your own Kibana dashboard. |
Thanks @monicasarbu for clarifying. I will use forum here after. |
Metricset node using HTTP API call "/api/nodes" to collect metrics from RabbitMQ nodes.
To do: