<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can I Monitor IBM MQ with Splunk ? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43989#M12157</link>
    <description>&lt;P&gt;You might get lucky here, but this seems like it'd be more a problem that would be handled in an IBM MQ forum. My guess is that there will be APIs and you'd have to write a scripted input to poll and collect this data.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2011 02:45:16 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2011-02-15T02:45:16Z</dc:date>
    <item>
      <title>Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43988#M12156</link>
      <description>&lt;P&gt;Hi, Can Splunk monitor IBM MQ (Message Queue) ? 
Customer wants to monitor MQ's performance on IBM2096 system, I don't know from where and how to get MQ's performance data (ex:transaction volume) from IBM2096. &lt;/P&gt;

&lt;P&gt;Thanks~&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:10:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43988#M12156</guid>
      <dc:creator>dmlee</dc:creator>
      <dc:date>2011-02-14T17:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43989#M12157</link>
      <description>&lt;P&gt;You might get lucky here, but this seems like it'd be more a problem that would be handled in an IBM MQ forum. My guess is that there will be APIs and you'd have to write a scripted input to poll and collect this data.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2011 02:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43989#M12157</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-15T02:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43990#M12158</link>
      <description>&lt;P&gt;There is a tool here that appears to allow extraction of MQ logs from an iSeries:
&lt;A href="http://www-01.ibm.com/support/docview.wss?rs=171&amp;amp;uid=swg24006548" rel="nofollow"&gt;http://www-01.ibm.com/support/docview.wss?rs=171&amp;amp;uid=swg24006548&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is a Q posted here that describes some options for getting mainframe data to Splunk:
&lt;A href="http://answers.splunk.com/questions/2306/processing-of-mainframe-logs" rel="nofollow"&gt;http://answers.splunk.com/questions/2306/processing-of-mainframe-logs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I would add that you can also use a scripted input with s3270 to allow Splunk to perform operator commands and index the terminal displays.&lt;/P&gt;

&lt;P&gt;HTH&lt;BR /&gt;
ron&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2011 05:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43990#M12158</guid>
      <dc:creator>Ron_Naken</dc:creator>
      <dc:date>2011-02-15T05:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43991#M12159</link>
      <description>&lt;P&gt;Please check whether you have enabled the SYSLOG on the zOS. &lt;BR /&gt;
If yes, you can send out those MQ messages to splunk by syslog.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://ibmmainframes.com/about51050.html"&gt;http://ibmmainframes.com/about51050.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 14:36:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43991#M12159</guid>
      <dc:creator>ppang</dc:creator>
      <dc:date>2011-08-05T14:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43992#M12160</link>
      <description>&lt;P&gt;In addition to the other comments, I would say it depends on what you mean by performance.  Total messages through a given queue up to that point?  That's a queue parameter that's reset to 0 at midnight and could picked off as a queue attribute.  At least on what IBM calls the "distributed" platforms (&lt;EM&gt;nix and I think Windows), some events are logged to the SYSTEM.ADMIN.&lt;/EM&gt;.EVENT queues, but you would need to know the format to extract from there (or locate one of those IBM support pacs that might let you extract that to a log which you could log periodically).&lt;/P&gt;

&lt;P&gt;We do pull in the queue manager logs and extract fields for use with Splunk, but that's really only part of the picture and not really about queue throughput.  While I think you could get Splunk to get this data for you, you would need to roll your own way to extract it.  MQ does not log individual messages as that would really hurt performance.  Other tools exist (BMC's Middleware Management Performance and Availability is one example) to go in and look at all the specific MQ components out of the box.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 19:11:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43992#M12160</guid>
      <dc:creator>mfrost8</dc:creator>
      <dc:date>2011-08-08T19:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43993#M12161</link>
      <description>&lt;P&gt;You can monitor Websphere MQ (as it is now called) via exposed JMX MBeans using &lt;A href="http://splunk-base.splunk.com/apps/25505/splunk-for-jmx"&gt;Splunk for JMX&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also index the MQ messages from queues and topics using the &lt;A href="http://splunk-base.splunk.com/apps/69562/jms-messaging-modular-input"&gt;JMS Messaging Modular Input&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2013 05:16:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43993#M12161</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-01-26T05:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43994#M12162</link>
      <description>&lt;P&gt;It's possible monitor IBM MQ by feeding all the IBM MQ Status, Statistics, Events and usage data into SPLUNK using a tool called Lamaxu, &lt;A href="http://www.queuemetrix.com/2015/12/21/how-to-integrate-lamaxu-with-splunk"&gt;http://www.queuemetrix.com/2015/12/21/how-to-integrate-lamaxu-with-splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Lamaxu supports queue managers deployed to all platforms, including AIX, Linux, iSeries, Windows and ZOS etc, as well as MQ message volume statistics and dataset usage from Mainframe ZOS managers.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 01:58:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43994#M12162</guid>
      <dc:creator>matt_batterham</dc:creator>
      <dc:date>2016-04-28T01:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43995#M12163</link>
      <description>&lt;P&gt;Unfortunately IBM MQ &lt;STRONG&gt;does not&lt;/STRONG&gt; expose monitoring metrics via JMX Mbeans. There used to be a version of IBM MQ called MQ Everyplace that had this feature however the product no longer exists.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 04:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43995#M12163</guid>
      <dc:creator>matt_batterham</dc:creator>
      <dc:date>2016-04-28T04:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Monitor IBM MQ with Splunk ?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43996#M12164</link>
      <description>&lt;P&gt;Dear Splunkers, Please suggest the sourcetype to be used while setting up MQM crontab monitoring?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 10:31:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-I-Monitor-IBM-MQ-with-Splunk/m-p/43996#M12164</guid>
      <dc:creator>bishtk</dc:creator>
      <dc:date>2018-08-31T10:31:09Z</dc:date>
    </item>
  </channel>
</rss>

