<?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 V2 indexing timestamp in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212509#M98828</link>
    <description>&lt;P&gt;After speaking with an Accumli consultant we found that if we manually went in and changed the inputs.conf file from output_timestamp_format = YYYY-MM-dd HH:mm:ss (which was generated automatically) to output_timestamp_format = yyyy-MM-dd HH:mm:ss this fixed the issue.&lt;/P&gt;

&lt;P&gt;Something for a future release perhaps.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 08:18:21 GMT</pubDate>
    <dc:creator>tattersp</dc:creator>
    <dc:date>2020-09-29T08:18:21Z</dc:date>
    <item>
      <title>DBConnect V2 indexing timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212502#M98821</link>
      <description>&lt;P&gt;I have DBConnect V2 running on SPlunk 6.3.1 and it was working fine until the new year.  All records were indexing correctly pre 01/01/2016 00:00:00 but since then they are now indexing against 01/01/2015.  &lt;/P&gt;

&lt;P&gt;I was alerted to this fact by a lack of records in the index and when i ran the following, I discovered them in 01/01/2015 &lt;/P&gt;

&lt;P&gt;index=app_agg source=Oracle sourcetype=LUW_VARIABLES_HOME  latest=-10mon@mon | eval indextime=strftime(_indextime,"%Y-%m-%d %H:%M:%S") | where indextime&amp;gt;"2015-12-31 23:59:00"&lt;/P&gt;

&lt;P&gt;Any help would be most appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:17:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212502#M98821</guid>
      <dc:creator>tattersp</dc:creator>
      <dc:date>2020-09-29T08:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect V2 indexing timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212503#M98822</link>
      <description>&lt;P&gt;Restart splunk servers that have dbconnect installed and let us know if that  fixes it.  If not, we can dig into the code.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2016 13:03:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212503#M98822</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-01-01T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect V2 indexing timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212504#M98823</link>
      <description>&lt;P&gt;I have tried that and still get the same problem.&lt;BR /&gt;
I also cloned the connection and changed the epoch time to the start of the new year but again no change.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2016 14:46:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212504#M98823</guid>
      <dc:creator>tattersp</dc:creator>
      <dc:date>2016-01-01T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect V2 indexing timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212505#M98824</link>
      <description>&lt;P&gt;I have also tried to create a completely new identity, connections and dbinput but it still puts it in to 01/01/2015.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2016 18:07:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212505#M98824</guid>
      <dc:creator>tattersp</dc:creator>
      <dc:date>2016-01-01T18:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect V2 indexing timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212506#M98825</link>
      <description>&lt;P&gt;What DBConnect command is creating &lt;CODE&gt;index=app_agg source=Oracle sourcetype=LUW_VARIABLES_HOME latest=-10mon@mon&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;There's a statement or table or something somewhere right?  Something that populates this index... is it "hard coding" the year?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2016 22:39:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212506#M98825</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-01-01T22:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect V2 indexing timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212507#M98826</link>
      <description>&lt;P&gt;Sorry this is how I found the records. The oracle table has the correct date and time showing (checked using Toad) and even the records in Splunk have the right epoch time value (1451606479000) but for some reason Splunk has indexed them against 01/01/2015. This is happening on two separate connections to 2 applications on different databases but they both use epoch time stamps.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2016 07:58:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212507#M98826</guid>
      <dc:creator>tattersp</dc:creator>
      <dc:date>2016-01-02T07:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect V2 indexing timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212508#M98827</link>
      <description>&lt;P&gt;Thanks for all the updates.  I'll looke into the code and report back if I see why it's happening.  I should note I'm not the developer or anything.  I just enjoy debugging.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2016 14:03:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212508#M98827</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-01-02T14:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect V2 indexing timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212509#M98828</link>
      <description>&lt;P&gt;After speaking with an Accumli consultant we found that if we manually went in and changed the inputs.conf file from output_timestamp_format = YYYY-MM-dd HH:mm:ss (which was generated automatically) to output_timestamp_format = yyyy-MM-dd HH:mm:ss this fixed the issue.&lt;/P&gt;

&lt;P&gt;Something for a future release perhaps.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:18:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-V2-indexing-timestamp/m-p/212509#M98828</guid>
      <dc:creator>tattersp</dc:creator>
      <dc:date>2020-09-29T08:18:21Z</dc:date>
    </item>
  </channel>
</rss>

