<?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 connecting SPLUNK to ODBC Data Base in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682608#M114003</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm looking for a way to connect the SPLUNK to a ODCB data base, so the Splunk will be able to pull any data needed from that data base.&lt;/P&gt;&lt;P&gt;So far, I have been told that the SPLUNK is working with JDBC and the other product is working with ODBC, so there is no way to make that connection.&lt;/P&gt;&lt;P&gt;Can someone tell me otherwise?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2024 11:00:59 GMT</pubDate>
    <dc:creator>Moshe</dc:creator>
    <dc:date>2024-04-01T11:00:59Z</dc:date>
    <item>
      <title>connecting SPLUNK to ODBC Data Base</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682608#M114003</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm looking for a way to connect the SPLUNK to a ODCB data base, so the Splunk will be able to pull any data needed from that data base.&lt;/P&gt;&lt;P&gt;So far, I have been told that the SPLUNK is working with JDBC and the other product is working with ODBC, so there is no way to make that connection.&lt;/P&gt;&lt;P&gt;Can someone tell me otherwise?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 11:00:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682608#M114003</guid>
      <dc:creator>Moshe</dc:creator>
      <dc:date>2024-04-01T11:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: connecting SPLUNK to ODBC Data Base</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682623#M114007</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266492"&gt;@Moshe&lt;/a&gt;&amp;nbsp;Hey, Please find the below documents for your reference&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/ODBC/3.1.1/UseODBC/AboutSplunkODBCDriver" target="_blank"&gt;The Splunk ODBC Driver - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/ODBC/3.1.1/UseODBC/PowerBI" target="_blank"&gt;Configure the Splunk ODBC driver with Microsoft Power BI - Splunk Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/pdfs/tech-brief/using-the-splunk-odbc-driver-tech-brief.pdf" target="_blank"&gt;using-the-splunk-odbc-driver-tech-brief.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 14:19:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682623#M114007</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2024-04-01T14:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: connecting SPLUNK to ODBC Data Base</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682624#M114008</link>
      <description>&lt;P&gt;ODBC is not a database but a standardized way of accessing the database - any database for which there is a n appropriate ODBC driver.&lt;/P&gt;&lt;P&gt;So there is no such thing as "ODBC database".&lt;/P&gt;&lt;P&gt;Same goes for JDBC - it's another abstraction layer providing common interface to databases.&lt;/P&gt;&lt;P&gt;Question is what database you have and what do you want to do with it and is there a jdbc driver for your particular database because if there is you can use the DBConnect with proper jdbc data source.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 14:27:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682624#M114008</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-04-01T14:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: connecting SPLUNK to ODBC Data Base</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682677#M114011</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266492"&gt;@Moshe&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Before Java 8, Oracle (and Sun prior to its acquisition) included a JDBC-ODBC bridge driver with Java for Windows. Java 7 support ended&amp;nbsp; in 2022, and Splunk DB Connect support for Java 7 ended many years ago.&lt;/P&gt;&lt;P&gt;If no JDBC driver is available for your data source, you may be able to find a current JDBC-ODBC bridge solution from OpenText (formerly Micro Focus, which acquired Serena Software and Merant), CData, or another vendor. Those vendors may also sell a JDBC driver for your data source; however, not all JDBC drivers support the interfaces required by Splunk DB Connect.&lt;/P&gt;&lt;P&gt;Which ODBC driver and/or database platform are you trying to query? A scripted input might be the easiest solution to your problem.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 02:42:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/682677#M114011</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-04-02T02:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: connecting SPLUNK to ODBC Data Base</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/683521#M114099</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your replay, as you probably noticed, I'm not a Data Base person.&lt;/P&gt;&lt;P&gt;can you please explain me how I can find out what kind of Data Base I have?&lt;/P&gt;&lt;P&gt;and what kind of data base there are?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 14:40:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/683521#M114099</guid>
      <dc:creator>Moshe</dc:creator>
      <dc:date>2024-04-07T14:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: connecting SPLUNK to ODBC Data Base</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/683523#M114101</link>
      <description>&lt;P&gt;Well, since you need to connect to an existing database, it must have been set up and be maintained by someone. That's the easiest way to find out - go and ask &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can find most popular engines here &lt;A href="https://en.wikipedia.org/wiki/Relational_database#List_of_database_engines" target="_blank"&gt;https://en.wikipedia.org/wiki/Relational_database#List_of_database_engines&lt;/A&gt; (among other sources).&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 15:03:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/connecting-SPLUNK-to-ODBC-Data-Base/m-p/683523#M114101</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-04-07T15:03:57Z</dc:date>
    </item>
  </channel>
</rss>

