<?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: Getting Data from Database's in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179592#M98358</link>
    <description>&lt;P&gt;Sorry, but I'm not allowed to share our code.  It's pretty basic stuff, though, using standard Java SQL classes to send a query and retrieve the results.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2014 12:27:38 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2014-03-10T12:27:38Z</dc:date>
    <item>
      <title>Getting Data from Database's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179585#M98351</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
     How to get data from database without using Splunk DBConnect.?&lt;/P&gt;

&lt;P&gt;Any help is appreciated.&lt;/P&gt;

&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:44:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179585#M98351</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-03-10T10:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Data from Database's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179586#M98352</link>
      <description>&lt;P&gt;DB Connect IS how you would get data from databases with Splunk. Can you tell us more about why you can't use it?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179586#M98352</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-03-10T10:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Data from Database's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179587#M98353</link>
      <description>&lt;P&gt;My company does not want any additional apps/software so exploring my options to access Database data in Splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:50:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179587#M98353</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-03-10T10:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Data from Database's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179588#M98354</link>
      <description>&lt;P&gt;If you don't want to use DB connect you will have to build your own scripted or modular input - essentially you would have to reimplement DB Connect.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179588#M98354</guid>
      <dc:creator>dart</dc:creator>
      <dc:date>2014-03-10T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Data from Database's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179589#M98355</link>
      <description>&lt;P&gt;You mean i need to write a script which queries the DB and saves the results into a text file which can be supplied to Splunk for indexing.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179589#M98355</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-03-10T10:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Data from Database's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179590#M98356</link>
      <description>&lt;P&gt;Before DB Connect existed, we wrote Java programs to read data from databases.  Those programs are still used.  The programs are launched by a shell script as a Splunk scripted input and anything the program writes to stdout is indexed by Splunk so there's no need for a text file.  Of course, your program could be written in python or perl or anything you like.&lt;/P&gt;

&lt;P&gt;Our Java programs seem to be able to handle more complex queries than DB Connect.  The programs also transform some data before passing it to Splunk - something DB Connect cannot do.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 12:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179590#M98356</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-03-10T12:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Data from Database's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179591#M98357</link>
      <description>&lt;P&gt;Hi thanks for the info.&lt;BR /&gt;
Is there any link where i can refer the java code that you are mentioning.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 12:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179591#M98357</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-03-10T12:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Data from Database's</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179592#M98358</link>
      <description>&lt;P&gt;Sorry, but I'm not allowed to share our code.  It's pretty basic stuff, though, using standard Java SQL classes to send a query and retrieve the results.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 12:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Data-from-Database-s/m-p/179592#M98358</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-03-10T12:27:38Z</dc:date>
    </item>
  </channel>
</rss>

