<?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 1: Why are events from our Oracle database getting indexed with a default timestamp of &amp;quot;31-DEC-1970&amp;quot;? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232623#M23825</link>
    <description>&lt;P&gt;I know this doesn't actually answer your question, but I think it's important to note that DBX 1.x is no longer supported in 1 month:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/958/"&gt;https://splunkbase.splunk.com/app/958/&lt;/A&gt; &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Note: This Add-on will reach the end of its support lifecycle on &lt;STRONG&gt;July 29, 2016&lt;/STRONG&gt;. Please see DB Connect v2 at &lt;A href="https://splunkbase.splunk.com/app/2686/"&gt;https://splunkbase.splunk.com/app/2686/&lt;/A&gt; .&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Tue, 28 Jun 2016 13:40:07 GMT</pubDate>
    <dc:creator>tmuth_splunk</dc:creator>
    <dc:date>2016-06-28T13:40:07Z</dc:date>
    <item>
      <title>Splunk DB Connect 1: Why are events from our Oracle database getting indexed with a default timestamp of "31-DEC-1970"?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232619#M23821</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I have configured Oracle DB with Splunk DB Connect 1, and most of the inputs that I am using are with tail.&lt;/P&gt;

&lt;P&gt;I observed that events are applied with default time &lt;CODE&gt;31 DEC 1970&lt;/CODE&gt;, and this is causing an issue while indexing.&lt;/P&gt;

&lt;P&gt;I have enabled output timestamp with timestamp column as table column name (XYZ) and the timestamp format is &lt;CODE&gt;dd-MMM-YYYY HH:mm:ss&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Below are the column details:&lt;/P&gt;

&lt;P&gt;XYZ&lt;BR /&gt;
28-JUN-2016 06:17:27&lt;BR /&gt;
28-JUN-2016 06:18:19&lt;/P&gt;

&lt;P&gt;Kindly correct me if I am missing anything here.&lt;/P&gt;

&lt;P&gt;Thanks for your reply!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 11:18:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232619#M23821</guid>
      <dc:creator>bharathkumarnec</dc:creator>
      <dc:date>2016-06-28T11:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 1: Why are events from our Oracle database getting indexed with a default timestamp of "31-DEC-1970"?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232620#M23822</link>
      <description>&lt;P&gt;What is your query?  Have you set $rising_column$ to XYZ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 11:55:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232620#M23822</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-06-28T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 1: Why are events from our Oracle database getting indexed with a default timestamp of "31-DEC-1970"?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232621#M23823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Here is my query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;select * from tablename {{WHERE to_date($rising_column$,'DD-MON-YYYY HH24:MI:SS') &amp;gt; to_date(?,'DD-MON-YYYY HH24:MI:SS')}}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Yes, I have set!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 11:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232621#M23823</guid>
      <dc:creator>bharathkumarnec</dc:creator>
      <dc:date>2016-06-28T11:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 1: Why are events from our Oracle database getting indexed with a default timestamp of "31-DEC-1970"?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232622#M23824</link>
      <description>&lt;P&gt;I have done this a couple of different ways in the inputs.conf file within the local directory of the db connect app.&lt;/P&gt;

&lt;P&gt;input_timestamp_column_name = RecordTime&lt;BR /&gt;
input_timestamp_format=&lt;BR /&gt;
to let Splunk handle the conversion automatically&lt;/P&gt;

&lt;P&gt;also&lt;BR /&gt;
input_timestamp_column_name = WHENGMT&lt;BR /&gt;
input_timestamp_format=yyyyMMddHHmmss&lt;/P&gt;

&lt;P&gt;I always have &lt;BR /&gt;
output_timestamp_format = yyyy-MM-dd HH:mm:ss&lt;/P&gt;

&lt;P&gt;It takes some trial an error to get certain data sets to work.  I suggest sending the events (records) to a test index that you can delete.  Then set the tail_rising_column_checkpoint_value back to 0 to re-import the events.  Use the 'All Time' search so you can see future event timestamps in case you have the GMT offset wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:03:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232622#M23824</guid>
      <dc:creator>kbrown_splunk</dc:creator>
      <dc:date>2020-09-29T10:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 1: Why are events from our Oracle database getting indexed with a default timestamp of "31-DEC-1970"?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232623#M23825</link>
      <description>&lt;P&gt;I know this doesn't actually answer your question, but I think it's important to note that DBX 1.x is no longer supported in 1 month:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/958/"&gt;https://splunkbase.splunk.com/app/958/&lt;/A&gt; &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Note: This Add-on will reach the end of its support lifecycle on &lt;STRONG&gt;July 29, 2016&lt;/STRONG&gt;. Please see DB Connect v2 at &lt;A href="https://splunkbase.splunk.com/app/2686/"&gt;https://splunkbase.splunk.com/app/2686/&lt;/A&gt; .&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 28 Jun 2016 13:40:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-DB-Connect-1-Why-are-events-from-our-Oracle-database/m-p/232623#M23825</guid>
      <dc:creator>tmuth_splunk</dc:creator>
      <dc:date>2016-06-28T13:40:07Z</dc:date>
    </item>
  </channel>
</rss>

