<?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 events with future timestamp in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/events-with-future-timestamp/m-p/405120#M71908</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;this is my event:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Jun 19 12:31:44 : Info:copyconfig.cpp:319: copyConfig: copy configuration to /tmp/t5871.cfg&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;this is the source:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;s3://ssyssplunk/AMER/FDM/F123/D/D02/2019-05-31T13:17:14.002Z_1.91.0.192_1.85.0.0_2.0.5608.0/75fbcf50-a6a4-4520-aa58-f63498a9c265_System&lt;BR /&gt;
Log&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;this is my sourcetype configuration :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fdm_f123_systemLog]
BREAK_ONLY_BEFORE = ^\w\s\d+\s\d{2}:\d{2}:\d{2}
DATETIME_CONFIG =
LINE_BREAKER = ([\r\n]+)
MAX_TIMESTAMP_LOOKAHEAD = 15
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
TIME_FORMAT = %b  %d %H:%M:%S
TIME_PREFIX = ^
TRUNCATE = 0
category = Custom
disabled = false
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and the timestamp for this event (and many others) looks like :&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;2019-06-07T12:41:08.000+00:00&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;how come i got future date and also not the correct one ?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:47:58 GMT</pubDate>
    <dc:creator>sarit_s</dc:creator>
    <dc:date>2020-09-30T00:47:58Z</dc:date>
    <item>
      <title>events with future timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/events-with-future-timestamp/m-p/405120#M71908</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;this is my event:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Jun 19 12:31:44 : Info:copyconfig.cpp:319: copyConfig: copy configuration to /tmp/t5871.cfg&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;this is the source:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;s3://ssyssplunk/AMER/FDM/F123/D/D02/2019-05-31T13:17:14.002Z_1.91.0.192_1.85.0.0_2.0.5608.0/75fbcf50-a6a4-4520-aa58-f63498a9c265_System&lt;BR /&gt;
Log&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;this is my sourcetype configuration :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fdm_f123_systemLog]
BREAK_ONLY_BEFORE = ^\w\s\d+\s\d{2}:\d{2}:\d{2}
DATETIME_CONFIG =
LINE_BREAKER = ([\r\n]+)
MAX_TIMESTAMP_LOOKAHEAD = 15
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
TIME_FORMAT = %b  %d %H:%M:%S
TIME_PREFIX = ^
TRUNCATE = 0
category = Custom
disabled = false
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and the timestamp for this event (and many others) looks like :&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;2019-06-07T12:41:08.000+00:00&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;how come i got future date and also not the correct one ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:47:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/events-with-future-timestamp/m-p/405120#M71908</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-09-30T00:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: events with future timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/events-with-future-timestamp/m-p/405121#M71909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You should try &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TIME_FORMAT = %b %e %H:%M:%S
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;instead of &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TIME_FORMAT = %b  %d %H:%M:%S
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It seems you have an additional space between %b and %d too, which probably does not help...&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 14:02:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/events-with-future-timestamp/m-p/405121#M71909</guid>
      <dc:creator>Azerty728</dc:creator>
      <dc:date>2019-06-05T14:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: events with future timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/events-with-future-timestamp/m-p/405122#M71910</link>
      <description>&lt;P&gt;It seems that you have the Zule Z there ; - &lt;CODE&gt;2019-05-31T13:17:14.002Z&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;A bit about it at - &lt;A href="https://answers.splunk.com/answers/749195/what-is-a-trailing-z-in-a-time-stamp.html"&gt;What is a trailing Z in a time stamp?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 14:12:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/events-with-future-timestamp/m-p/405122#M71910</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-06-05T14:12:28Z</dc:date>
    </item>
  </channel>
</rss>

