<?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 App not putting data in Splunk index in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26972#M69517</link>
    <description>&lt;P&gt;Use format yyyy-MMM-dd HH:mm:ss.SSS as you timestamp format at the bottom of the input, and don't change your to_char format.&lt;BR /&gt;
Use InitalDate in the rising column field, but don't change the variable name "$rising_column$".&lt;BR /&gt;
You may need to use output.timestamp.parse.format=yyyy-MMM-dd HH:mm:ss.SSS  in your inputs.conf (it has to be added by hand, there is no way to do it with the gui.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:36:17 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2020-09-28T14:36:17Z</dc:date>
    <item>
      <title>Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26927#M69472</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;
I'm trying to get SplunkDB Connect app to pull data from an Oracle database into Splunk.&lt;/P&gt;

&lt;P&gt;Working:&lt;/P&gt;

&lt;P&gt;Database Connection&lt;/P&gt;

&lt;P&gt;DB Info&lt;/P&gt;

&lt;P&gt;DB Query with the SQL statement I'm using&lt;/P&gt;

&lt;P&gt;Not Working:&lt;BR /&gt;
When I go to setup the query to actually pull data into a Splunk index, I cannot seem to get anything to go into the index from the query.&lt;/P&gt;

&lt;P&gt;What I've done:&lt;/P&gt;

&lt;P&gt;Created a new index for the data&lt;/P&gt;

&lt;P&gt;Specify the SQL query in a new database input&lt;/P&gt;

&lt;P&gt;Scheduled query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;New index in the spunk app &amp;amp; new index in the dbx app

Every 1/2 hour &amp;amp; auto

dump (not tailed, wanted to keep it simple to start)

no source type &amp;amp; tried with a new sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Output formatting: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Key-Value format

Output timestamp with proper field and value &amp;amp; no output timestamp specified
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Before restarting Splunk after specifying the new index, I've gotten this message, with different variations on the information contained within based on what I've chosen on the query:&lt;BR /&gt;
This message has seemed to go away after rebooting Splunk&lt;/P&gt;

&lt;P&gt;earch peer &lt;SPLUNKINDEXER&gt; has the following message: received event for unconfigured/disabled/deleted index='dbxtest' with source='source::dbmon-dump://&lt;CONNECTIONNAME&gt;' host='host::&lt;DATABASECONNECTION&gt;' sourcetype='sourcetype::dbmon:kv' (3 missing total)&lt;/DATABASECONNECTION&gt;&lt;/CONNECTIONNAME&gt;&lt;/SPLUNKINDEXER&gt;&lt;/P&gt;

&lt;P&gt;Things I have not tried:&lt;/P&gt;

&lt;P&gt;Custom source type, don't see the point&lt;/P&gt;

&lt;P&gt;Look-up table, again, don't see the point&lt;/P&gt;

&lt;P&gt;Maybe I'm looking at this the wrong way, but I'm trying to test whether there is data in the index by searching for index=dbxtest range:all time from within the splunk dbx app&lt;/P&gt;

&lt;P&gt;Thank you for any information/assistance you could provide.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 13:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26927#M69472</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2013-08-06T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26928#M69473</link>
      <description>&lt;P&gt;Try to configure your oracle input like this:&lt;/P&gt;

&lt;P&gt;Input Type: Tail&lt;/P&gt;

&lt;P&gt;Database: Select the database&lt;/P&gt;

&lt;P&gt;SQL Query:&lt;/P&gt;

&lt;P&gt;SELECT * FROM enterqueryname&lt;/P&gt;

&lt;P&gt;{{WHERE $rising_column$ &amp;gt; ?}} Note: enter this statement exactly as written - no subsitutes.&lt;/P&gt;

&lt;P&gt;Rising Column: enter a timestamp column in the correct case&lt;/P&gt;

&lt;P&gt;sourcetype: dbmon:kv&lt;/P&gt;

&lt;P&gt;Index: enteryourindexname&lt;/P&gt;

&lt;P&gt;Host field value: enterhostname&lt;/P&gt;

&lt;P&gt;Output timestamp: check, and enter timestamp column name entered above&lt;/P&gt;

&lt;P&gt;Timestamp format: yyyy-MMM-dd HH:mm:ss.SSS&lt;/P&gt;

&lt;P&gt;Interval: 0/2 * * * * Note: that is cron for every two minutes, good for testing.&lt;/P&gt;

&lt;P&gt;If you thing you have everything right, and it is still not working, try restarting splunk.&lt;/P&gt;

&lt;P&gt;Monitor the splunkd logs for problems.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 13:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26928#M69473</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-06T13:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26929#M69474</link>
      <description>&lt;P&gt;Just testing my latest iteration of the database input with your suggestions.&lt;/P&gt;

&lt;P&gt;When you say enterqueryname, does that have to be a saved query within Oracle?&lt;BR /&gt;
If I have a full SQL query to paste in there, I'd imagine that I can't just paste that in there, as the query would be out of order.&lt;/P&gt;

&lt;P&gt;The reason I wanted to get a straight dump working first was for simplicity.&lt;BR /&gt;
-Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 20:22:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26929#M69474</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2013-08-06T20:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26930#M69475</link>
      <description>&lt;P&gt;What we do is create and name the query on the Oracle side, and just call that.  The DBX query interpreter can be a bit picky.&lt;BR /&gt;
What you want to do works, but for simplicities sake keep the query simple.  You can also test the query with the DBX query window.&lt;BR /&gt;
Just remember to include {{WHERE $rising_column$ &amp;gt; ?}} at the end.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 20:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26930#M69475</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-06T20:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26931#M69476</link>
      <description>&lt;P&gt;Just remember to include {{WHERE $rising_column$ &amp;gt; ?}} at the end. - when you configure that database input that is.  Don't use when you're testing the query.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 20:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26931#M69476</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-06T20:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26932#M69477</link>
      <description>&lt;P&gt;Hmm...&lt;BR /&gt;
splunkd.log seems to be littered with these messages now.&lt;/P&gt;

&lt;P&gt;08-06-2013 16:30:21.575 -0400 WARN  DateParserVerbose - A possible timestamp match (Tue Aug  2 18:59:59 2016) is outside of the acceptable time window. If this timestamp is correct, consider adjusting MAX_DAYS_AGO and MAX_DAYS_HENCE. Context: source::dbmon-dump://DMART/&lt;DBCONNECTIONNAME&gt;|host::&lt;HOSTNAME&gt;|dbmon:kv|&lt;/HOSTNAME&gt;&lt;/DBCONNECTIONNAME&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:31:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26932#M69477</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2020-09-28T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26933#M69478</link>
      <description>&lt;P&gt;I've added MAX_DAYS_AGO = 999 to the props.conf of the dbx app $splunk/etc/apps/dbx/local/props.conf, and restarted the splunk server.&lt;/P&gt;

&lt;P&gt;The part I don't understand, is that the dates it is referencing are a couple days ago, and should be within the default MAX_DAYS_AGO for Splunk.  I don't understand why it is rejecting events that are recent.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:31:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26933#M69478</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2020-09-28T14:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26934#M69479</link>
      <description>&lt;P&gt;The timestamp is not being read properly.  Sometimes folks have this problem, and sometimes they don't.  Try using to_char(log_date,'YYYY-MM-DD HH24:MI:SS') in your query to convert the timestamp.  We did this on the oracle side, but you should be able to get it to work on the dbx side.  Also, make sure the timestamp column is listed first in your query.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:31:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26934#M69479</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2020-09-28T14:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26935#M69480</link>
      <description>&lt;P&gt;Your timestamp is being read as 2016, but don't worry about correcting for it with max days hence because once you get it right it won't matter.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 20:54:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26935#M69480</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-06T20:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26936#M69481</link>
      <description>&lt;P&gt;Here is some info regarding output.timestamp.parse.format  &lt;A href="http://splunk-base.splunk.com/answers/71485/splunk-db-connect-timestamp-not-working"&gt;http://splunk-base.splunk.com/answers/71485/splunk-db-connect-timestamp-not-working&lt;/A&gt;, but I did not need to use it.&lt;BR /&gt;
More words of wisdom: always access the dbx input configuration from the dbx app.  If you go from another app to the manager to the db inputs then the inputs.conf will get written somewhere else, and you will either not be able to find them, or worse you will end up with conflicting input.conf files.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 21:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26936#M69481</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-06T21:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26937#M69482</link>
      <description>&lt;P&gt;OK, just testing the changes.&lt;BR /&gt;
Thank you VERY much for your assistance!&lt;BR /&gt;
-Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 13:59:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26937#M69482</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2013-08-07T13:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26938#M69483</link>
      <description>&lt;P&gt;Hmm...  The query seems to be running successfully (the Oracle date conversion you provided removed the invalid date that Splunk was trying to use), but same thing, no output in the Splunk index.  Is there a reason you are suggesting to use tail rather than a full dump?  I figured for testing a dump would be easiest.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 19:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26938#M69483</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2013-08-07T19:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26939#M69484</link>
      <description>&lt;P&gt;When you say the 'query' do you mean from the query tab, or do you mean the database input.&lt;BR /&gt;
Dump is easier, maybe a little too easy.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 19:22:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26939#M69484</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-07T19:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26940#M69485</link>
      <description>&lt;P&gt;From the database input tab.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 13:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26940#M69485</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2013-08-08T13:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26941#M69486</link>
      <description>&lt;P&gt;Does the dbx.log do you see something like:&lt;BR /&gt;
dbmon-tail://database/input, resultCount=integer, success=true  ?&lt;BR /&gt;
If so then the data is in your index - try a search for all time.&lt;BR /&gt;
If you don't see that entry in your log, then what are you seeing?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 14:04:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26941#M69486</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-08T14:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26942#M69487</link>
      <description>&lt;P&gt;I am seeing that entry in the log:&lt;/P&gt;

&lt;P&gt;2013-08-08 10:30:05.568 dbx2490:INFO:DumpDatabaseMonitor - Database monitor=[dbmon-dump://&lt;CONNECTION&gt;] finished with status=true resultCount=226391 in duration=5567 ms&lt;BR /&gt;
2013-08-08 10:30:05.568 monsch1:INFO:Scheduler - Execution of input=[dbmon-dump://&lt;CONNECTION&gt;] finished in duration=5567 ms with resultCount=226391 success=true continueMonitoring=true&lt;/CONNECTION&gt;&lt;/CONNECTION&gt;&lt;/P&gt;

&lt;P&gt;When I go to Splunk Web, and go to app\Splunk DB Connect, then go to search, and search for &lt;BR /&gt;
index=&lt;INDEX&gt; for all time, Splunk shows nothing.  Am I doing my query wrong then?&lt;BR /&gt;
Thanks&lt;BR /&gt;
-Jeff&lt;/INDEX&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 14:59:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26942#M69487</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2013-08-08T14:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26943#M69488</link>
      <description>&lt;P&gt;Your data is there, 226391 records of it.  The question is where.&lt;BR /&gt;
Verify your index is correct, and that you don't have a conflicting inputs.conf.&lt;BR /&gt;
Search from now to a month in the future (I don't think all time does the future).&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 15:13:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26943#M69488</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-08T15:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26944#M69489</link>
      <description>&lt;P&gt;Tested from 2007-&amp;gt;2014 search for the specified index.  Finds nothing.&lt;/P&gt;

&lt;P&gt;I tried with another, new index, same thing.  I have to admit that I do not get this...&lt;/P&gt;

&lt;P&gt;there is only 1 inputs.conf in the dbx app, and all of the references to indexes in it are pointing to a single index, the correct index.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 19:39:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26944#M69489</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2013-08-08T19:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26945#M69490</link>
      <description>&lt;P&gt;No doubt dbx can be frustrating.&lt;BR /&gt;
When I said conflicting inputs.conf I meant in different app directories.  If you go to Manager &amp;gt; Inputs from the Launcher screen and save an input for dbx it will save the input stanza in launcher/local/inputs.conf, if you get there from search, it will save it in search/local/inputs.conf.  I had many copies of my input stanzas when I started with dbx.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 20:09:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26945#M69490</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-08T20:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect App not putting data in Splunk index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26946#M69491</link>
      <description>&lt;P&gt;The inputs.conf files are pushed by puppet to the splunk server, and the dbx inputs.conf is not.  None of the other inputs.conf are able to contain something related to the dbx files unless it is added to the puppet template.  The only inputs.conf that has dbx related stuff in it is the one in the dbx directory\apps\dbx\local\inputs.conf&lt;BR /&gt;
-Jeff&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 19:31:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-App-not-putting-data-in-Splunk-index/m-p/26946#M69491</guid>
      <dc:creator>raidercom</dc:creator>
      <dc:date>2013-08-09T19:31:51Z</dc:date>
    </item>
  </channel>
</rss>

