<?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: Splunk DB Connect: How to connect custom Netezza database? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-How-to-connect-custom-Netezza-database/m-p/171129#M186405</link>
    <description>&lt;P&gt;For DBX 2, the following will work for Netezza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[netezza]
displayName = Netezza
jdbcDriverClass = org.netezza.Driver
serviceClass = com.splunk.dbx2.postgres.PostgresJDBC
port = 5432
jdbcUrlFormat = jdbc:netezza://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;ServiceClass is derived from Netezza being a Postgres derivative. If there is a better serviceClass that this should be using, someone please let us know.&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2015 05:44:37 GMT</pubDate>
    <dc:creator>esix_splunk</dc:creator>
    <dc:date>2015-05-15T05:44:37Z</dc:date>
    <item>
      <title>Splunk DB Connect: How to connect custom Netezza database?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-How-to-connect-custom-Netezza-database/m-p/171127#M186403</link>
      <description>&lt;P&gt;I am trying to connect a Netezza DB to Splunk via DB Connect. Please see the database_type.conf below .&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    [netezza]
    displayName = NetezzaDB
    jdbcDriverClass = org.netezza.driver
    defaultPort = 5480
    connectionUrlFormat = jdbc:netezza://{0}:{1}/{2}
    testQuery = select * from _v_user
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The jar file is placed in bin/lib too. I get an error  &lt;CODE&gt;Encountered the following error while trying to save: In handler 'databases': JDBC driver (org.netezza.driver) for database type NetezzaDB is not installed&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;-rwxr-xr-x 1 splunk splunk  345064 Oct 22 13:36 nzjdbc.jar
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;has anyone connected a Netezza Db to splunk?&lt;/P&gt;

&lt;P&gt;Errors: Logs says its registering JDBC driver. But still it errors&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-10-22 14:17:13.281 dbx1309:INFO:Generic - Registering JDBC driver=org.netezza.driver
2014-10-22 14:17:13.281 dbx1309:ERROR:DatabaseInfoCommand - Error while executing command: Error getting database connection: JDBC driver (org.netezza.driver) for database type NetezzaDB is not installed
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-How-to-connect-custom-Netezza-database/m-p/171127#M186403</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2014-10-22T18:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect: How to connect custom Netezza database?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-How-to-connect-custom-Netezza-database/m-p/171128#M186404</link>
      <description>&lt;P&gt;HI. The class name is org.netezza.Driver, rather than org.netezza.driver&lt;/P&gt;

&lt;P&gt;I have this setup configured and working:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[netezza]
displayName = Netezza
jdbcDriverClass = org.netezza.Driver
defaultPort = 5432
connectionUrlFormat = jdbc:netezza://{0}:{1}/{2}
testQuery = SELECT 1 AS test
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Apr 2015 03:39:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-How-to-connect-custom-Netezza-database/m-p/171128#M186404</guid>
      <dc:creator>datasearchninja</dc:creator>
      <dc:date>2015-04-15T03:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect: How to connect custom Netezza database?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-How-to-connect-custom-Netezza-database/m-p/171129#M186405</link>
      <description>&lt;P&gt;For DBX 2, the following will work for Netezza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[netezza]
displayName = Netezza
jdbcDriverClass = org.netezza.Driver
serviceClass = com.splunk.dbx2.postgres.PostgresJDBC
port = 5432
jdbcUrlFormat = jdbc:netezza://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;ServiceClass is derived from Netezza being a Postgres derivative. If there is a better serviceClass that this should be using, someone please let us know.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 05:44:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-How-to-connect-custom-Netezza-database/m-p/171129#M186405</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2015-05-15T05:44:37Z</dc:date>
    </item>
  </channel>
</rss>

