<?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: Does anybody have experience monitoring Intersystems Cache with Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19576#M2774</link>
    <description>&lt;P&gt;UP! 1,3 view and nothing else matter)) Seems to be intresting and secret at the same time....&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jul 2014 12:33:53 GMT</pubDate>
    <dc:creator>Timyr82</dc:creator>
    <dc:date>2014-07-23T12:33:53Z</dc:date>
    <item>
      <title>Does anybody have experience monitoring Intersystems Cache with Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19574#M2772</link>
      <description>&lt;P&gt;If so, what are the details of your implementation?  I am interested in monitoring Cache processes with Splunk.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2010 20:12:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19574#M2772</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2010-07-23T20:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does anybody have experience monitoring Intersystems Cache with Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19575#M2773</link>
      <description>&lt;P&gt;Hi all!&lt;BR /&gt;
Is anybody made this Intergation (Intersystems Cache with Splunk)? Is DB Connect app ready to do this?&lt;BR /&gt;
We need to monitor Cashe usage for security.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:45:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19575#M2773</guid>
      <dc:creator>Timyr82</dc:creator>
      <dc:date>2014-07-21T08:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Does anybody have experience monitoring Intersystems Cache with Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19576#M2774</link>
      <description>&lt;P&gt;UP! 1,3 view and nothing else matter)) Seems to be intresting and secret at the same time....&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 12:33:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19576#M2774</guid>
      <dc:creator>Timyr82</dc:creator>
      <dc:date>2014-07-23T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does anybody have experience monitoring Intersystems Cache with Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19577#M2775</link>
      <description>&lt;P&gt;It looks like you might be able to use the Cache SQL Gateway to do this in DB Connect.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=BGJD_gateway"&gt;http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=BGJD_gateway&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 14:45:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19577#M2775</guid>
      <dc:creator>delink</dc:creator>
      <dc:date>2018-05-21T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does anybody have experience monitoring Intersystems Cache with Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19578#M2776</link>
      <description>&lt;P&gt;For our case, we found success with; &lt;/P&gt;

&lt;P&gt;1) Found and copied this driver file from Intersystems instance to Splunk,  /opt/splunk/etc/apps/splunk_apps_dbconnect/drivers/cache-jdbc-2.0.0.jar&lt;/P&gt;

&lt;P&gt;2) Configured /opt/splunk/etc/apps/splunk_apps_dbconnect/local/db_connection_types.conf  as follows (generalized)&lt;/P&gt;

&lt;P&gt;[intersystems_ cache]&lt;BR /&gt;
displayName = Cache&lt;BR /&gt;
jdbcDriverClass =  com.intersys.jdbc.CacheDriver&lt;BR /&gt;
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC&lt;BR /&gt;
jdbcUrlFormat = jdbc:Cache://:/&lt;BR /&gt;
ui_default_catalog = [relevant catalog name]&lt;BR /&gt;
port= [relevant port number]&lt;BR /&gt;
database = [relevant database name]&lt;/P&gt;

&lt;P&gt;serviceClass = com.splunk.dbx2.DefaultDBX2JDBC came from this answers post;  &lt;A href="https://answers.splunk.com/answers/591704/unable-to-load-netezza-driver.html" target="_blank"&gt;https://answers.splunk.com/answers/591704/unable-to-load-netezza-driver.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:24:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19578#M2776</guid>
      <dc:creator>pretzel2</dc:creator>
      <dc:date>2020-09-30T02:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does anybody have experience monitoring Intersystems Cache with Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19579#M2777</link>
      <description>&lt;P&gt;Anyone try this on db connect 3.30?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 18:37:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-anybody-have-experience-monitoring-Intersystems-Cache-with/m-p/19579#M2777</guid>
      <dc:creator>ssattler</dc:creator>
      <dc:date>2020-05-05T18:37:38Z</dc:date>
    </item>
  </channel>
</rss>

