We already have an IBM MQ integration in Filebeat. To make this integration complete we need to extend it with metrics in Metricbeat.
There's a community beat and a PR(#8870) derived from it by @felix-lessoer for Metricbeat. The PR already exposes 4 metricsets:
qmgr - collects status information for one queue manager. A Queue manager is the main objects in MQ. It consists all the other objects like queues and channels.
queue - collects status and statistics information about any queue of a queue manager.
channel- collects status and statistics information about any channel of a queue manager.
custom - any PCF command can be executed by this metricset.
We already have an IBM MQ integration in Filebeat. To make this integration complete we need to extend it with metrics in Metricbeat.
There's a community beat and a PR(#8870) derived from it by @felix-lessoer for Metricbeat. The PR already exposes 4 metricsets:
qmgr- collects status information for one queue manager. A Queue manager is the main objects in MQ. It consists all the other objects like queues and channels.queue- collects status and statistics information about any queue of a queue manager.channel- collects status and statistics information about any channel of a queue manager.custom- any PCF command can be executed by this metricset.