<?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: DBConnect is not indexing data in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256750#M29536</link>
    <description>&lt;P&gt;Good afternoon mhornste, did you manage to solve this issue?&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2016 13:50:07 GMT</pubDate>
    <dc:creator>dlisicre</dc:creator>
    <dc:date>2016-09-02T13:50:07Z</dc:date>
    <item>
      <title>DBConnect is not indexing data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256748#M29534</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;

&lt;P&gt;I'm running DBConnect v2 2.3.0 in Splunk 6.4.1&lt;/P&gt;

&lt;P&gt;The problem is, that no data from DBConnect v2 is indexed. If I run the queries manually, I receive a result. I can see the DB Inputs in DBConnect v2 and am able to finish the wizard (4 steps): the SQL can be executed successfully. Even the sourcetype and index are correct. Unfortunately, no data is showing up. dbx.log is empty. The Input is not disabled.&lt;/P&gt;

&lt;P&gt;Something is strange by the way: the input worked until yesterday noon. From that time on, it didn't work. I had DBConnect v2 v2.2 installed. I just updated to 2.3 since some new inputs didn't work when I added them using inputs.conf (had to go through the wizard).&lt;/P&gt;

&lt;P&gt;This is my input sample:&lt;/P&gt;

&lt;P&gt;[mi_input://DTreeNotify]&lt;BR /&gt;
connection = CS_ORACLE_SERVER2&lt;BR /&gt;
index = otcs&lt;BR /&gt;
interval = 60&lt;BR /&gt;
max_rows = 10000&lt;BR /&gt;
mode = batch&lt;BR /&gt;
output_timestamp_format = dd-MM-yyyy HH:mm:ss&lt;BR /&gt;
query = SELECT count(*) FROM "COBRA971PRD"."DTREENOTIFY"&lt;BR /&gt;
sourcetype = OtcsDTreeNotify&lt;BR /&gt;
ui_query_catalog = NULL&lt;BR /&gt;
ui_query_mode = advanced&lt;BR /&gt;
ui_query_schema = COBRA971PRD&lt;BR /&gt;
ui_query_table = DTreeNotify&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;Any help is appreciated.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:48:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256748#M29534</guid>
      <dc:creator>mhornste</dc:creator>
      <dc:date>2020-09-29T10:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect is not indexing data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256749#M29535</link>
      <description>&lt;P&gt;dbx2.log.29160901 says:&lt;/P&gt;

&lt;P&gt;2016-09-01T15:07:18+0200 [ERROR] [modular_input_event_writer.py], line 102: action=converting_incoming_data_in_csv_to_event_stream_failed input_mode=batch dbinput="mi_input://DTreeNotify" error="invalid literal for float(): 1472735238,704"&lt;/P&gt;

&lt;P&gt;The SQL returns by default an integer.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:48:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256749#M29535</guid>
      <dc:creator>mhornste</dc:creator>
      <dc:date>2020-09-29T10:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect is not indexing data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256750#M29536</link>
      <description>&lt;P&gt;Good afternoon mhornste, did you manage to solve this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 13:50:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256750#M29536</guid>
      <dc:creator>dlisicre</dc:creator>
      <dc:date>2016-09-02T13:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect is not indexing data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256751#M29537</link>
      <description>&lt;P&gt;Hi mhornste, &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;at least in my case, the error was converting the sid of output.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Changing output_timestamp_format = dd-MM-yyyy HH:mm:ss to epoch type managed to solve my issue, although am not sure if the same fix would apply to you.&lt;/P&gt;

&lt;P&gt;Hope it helps, &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; David Lisin
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DBConnect-is-not-indexing-data/m-p/256751#M29537</guid>
      <dc:creator>dlisicre</dc:creator>
      <dc:date>2020-09-29T10:49:39Z</dc:date>
    </item>
  </channel>
</rss>

