<?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 2: Oracle does not input data in index in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116699#M8740</link>
    <description>&lt;P&gt;I thought I had the answer thinking you were using dbconnect1 but now I can see you are definitely using dbconnect2. &lt;/P&gt;

&lt;P&gt;One of the main thing to check is to be sure your data isn't older than 2000 days as there is a default limit in the app out of the box.&lt;/P&gt;

&lt;P&gt;Note: Be aware that DB Connect abides by the MAX_DAYS_AGO setting in the Splunk Enterprise props.conf file. When set, MAX_DAYS_AGO defines the number of days in the past, from the current date, that a date is considered valid. This means that any imported records with timestamps before today's date minus MAX_DAYS_AGO will not be indexed. The default setting for MAX_DAYS_AGO is 2000 days, so if you use DB Connect to consume database data that is older than that, you should increase that value in props.conf.&lt;/P&gt;

&lt;P&gt;Secondly and the most likely is your input timestamp format. See below&lt;/P&gt;

&lt;P&gt;input_timestamp_format = &amp;lt;value&amp;gt;&lt;BR /&gt;
* optional&lt;BR /&gt;
* specify the format of input timestamp column, in &lt;STRONG&gt;JavaSimpleDateString format.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 20:00:37 GMT</pubDate>
    <dc:creator>dolivasoh</dc:creator>
    <dc:date>2020-09-28T20:00:37Z</dc:date>
    <item>
      <title>Splunk DB Connect 2: Oracle does not input data in index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116697#M8738</link>
      <description>&lt;P&gt;I am trying to make an select and input this data into splunk.&lt;/P&gt;

&lt;P&gt;In preview, i can see all data that i need but when job run to input data, nothing happens the data doesn't appear in the index &lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 18:13:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116697#M8738</guid>
      <dc:creator>italogf</dc:creator>
      <dc:date>2015-05-21T18:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 2: Oracle does not input data in index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116698#M8739</link>
      <description>&lt;P&gt;input.conf&lt;/P&gt;

&lt;P&gt;[mi_input://Coleta]&lt;BR /&gt;
connection = SM9&lt;BR /&gt;
description = Coleta&lt;BR /&gt;
index = oracle_servicecenter&lt;BR /&gt;
input_timestamp_column_name = OPEN_TIME&lt;BR /&gt;
input_timestamp_column_number = 1&lt;BR /&gt;
input_timestamp_format = 2015/05/19 20/:57:02&lt;BR /&gt;
interval = 24 * * * *&lt;BR /&gt;
max_rows = 1000000&lt;BR /&gt;
mode = tail&lt;BR /&gt;
output_timestamp_format = YYYY-MM-dd HH:mm:ss&lt;BR /&gt;
query = select * from log_report_adm.v_sm_open_documents&lt;BR /&gt;
source = /opt/splunk/var/log/splunk/rpc.log&lt;BR /&gt;
sourcetype = coleta_oracle_incidentes&lt;BR /&gt;
ui_query_catalog = NULL&lt;BR /&gt;
ui_query_mode = advanced&lt;BR /&gt;
tail_rising_column_name = IDENTIFICADOR&lt;BR /&gt;
tail_rising_column_number = 5&lt;BR /&gt;
ui_query_schema = SPLUNK_SMUBR&lt;BR /&gt;
tail_follow_only = 1&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:00:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116698#M8739</guid>
      <dc:creator>italogf</dc:creator>
      <dc:date>2020-09-28T20:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 2: Oracle does not input data in index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116699#M8740</link>
      <description>&lt;P&gt;I thought I had the answer thinking you were using dbconnect1 but now I can see you are definitely using dbconnect2. &lt;/P&gt;

&lt;P&gt;One of the main thing to check is to be sure your data isn't older than 2000 days as there is a default limit in the app out of the box.&lt;/P&gt;

&lt;P&gt;Note: Be aware that DB Connect abides by the MAX_DAYS_AGO setting in the Splunk Enterprise props.conf file. When set, MAX_DAYS_AGO defines the number of days in the past, from the current date, that a date is considered valid. This means that any imported records with timestamps before today's date minus MAX_DAYS_AGO will not be indexed. The default setting for MAX_DAYS_AGO is 2000 days, so if you use DB Connect to consume database data that is older than that, you should increase that value in props.conf.&lt;/P&gt;

&lt;P&gt;Secondly and the most likely is your input timestamp format. See below&lt;/P&gt;

&lt;P&gt;input_timestamp_format = &amp;lt;value&amp;gt;&lt;BR /&gt;
* optional&lt;BR /&gt;
* specify the format of input timestamp column, in &lt;STRONG&gt;JavaSimpleDateString format.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:00:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116699#M8740</guid>
      <dc:creator>dolivasoh</dc:creator>
      <dc:date>2020-09-28T20:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 2: Oracle does not input data in index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116700#M8741</link>
      <description>&lt;P&gt;Yes i'm using db connect v2.&lt;/P&gt;

&lt;P&gt;my data are something around 2008 until now &lt;/P&gt;

&lt;P&gt;i dont understand very right this field timestamp input_timestamp_format  i cant input the format like YYYY-MM-dd HH:mm:ss I need to put  real date to this field be valid like this  2015/05/19 20:57:02&lt;/P&gt;

&lt;P&gt;i try put like this input_timestamp_format = YYY/MM/dd HH:mm:ss but splunk db connect  don't accept.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:04:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116700#M8741</guid>
      <dc:creator>italogf</dc:creator>
      <dc:date>2020-09-28T20:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 2: Oracle does not input data in index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116701#M8742</link>
      <description>&lt;P&gt;the presence of a rising column value makes me wonder if it's decided that you've already gotten all of the data.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;is that a good rising column (where each row has a unique value for that column)?&lt;/LI&gt;
&lt;LI&gt;are there greater than 5 rows?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 30 May 2015 21:10:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116701#M8742</guid>
      <dc:creator>jcoates_splunk</dc:creator>
      <dc:date>2015-05-30T21:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 2: Oracle does not input data in index</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116702#M8743</link>
      <description>&lt;P&gt;I have same problem....&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 19:30:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-2-Oracle-does-not-input-data-in-index/m-p/116702#M8743</guid>
      <dc:creator>antonyhan</dc:creator>
      <dc:date>2015-07-17T19:30:18Z</dc:date>
    </item>
  </channel>
</rss>

