<?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: Why Am I Seeing Events In The Future And How Do I Stop It in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701661#M237996</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267669"&gt;@OgoNARA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the issue is probably related to a wrong timestamp parsing of your events:&lt;/P&gt;&lt;P&gt;your events probably are using the european format (dd/mm/yyyy) and you didn't defined this format in props.conf, but Splunk by default uses the american format (mm/dd/yyyy), so in the first twelve days of the month Splunk read a wrong timestsmp and you have some future events and also some past events.&lt;/P&gt;&lt;P&gt;How to solve it: add in the props.conf of these events the correct format in the TIME_PREFIX option.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 13:06:15 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-10-11T13:06:15Z</dc:date>
    <item>
      <title>Why Am I Seeing Events In The Future And How Do I Stop It</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701658#M237995</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can help me out or give me a pointer here. When&amp;nbsp; I run my searches I always get events in the future. I usually fix the time picker so it stops it but afterwards, I have to place the events in order and it's just adding a step for every search I make. Is there a way I can implement some type of SPL to make sure that I only get dates in the current time instead of the future?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OgoNARA_0-1728651120224.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33052iB37F0C173A31C9E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OgoNARA_0-1728651120224.png" alt="OgoNARA_0-1728651120224.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OgoNARA_2-1728651157799.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33055i5F2C7041ED1C125D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OgoNARA_2-1728651157799.png" alt="OgoNARA_2-1728651157799.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 12:53:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701658#M237995</guid>
      <dc:creator>OgoNARA</dc:creator>
      <dc:date>2024-10-11T12:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why Am I Seeing Events In The Future And How Do I Stop It</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701661#M237996</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267669"&gt;@OgoNARA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the issue is probably related to a wrong timestamp parsing of your events:&lt;/P&gt;&lt;P&gt;your events probably are using the european format (dd/mm/yyyy) and you didn't defined this format in props.conf, but Splunk by default uses the american format (mm/dd/yyyy), so in the first twelve days of the month Splunk read a wrong timestsmp and you have some future events and also some past events.&lt;/P&gt;&lt;P&gt;How to solve it: add in the props.conf of these events the correct format in the TIME_PREFIX option.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 13:06:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701661#M237996</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-10-11T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why Am I Seeing Events In The Future And How Do I Stop It</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701663#M237997</link>
      <description>&lt;P&gt;Could this just be from different timezones and/or UTC?&lt;/P&gt;&lt;P&gt;Can you provide examples of raw events, their _time timestamp (as set when they were indexed) and their _indextime to see if that's where the difference is coming from?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 13:09:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701663#M237997</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-10-11T13:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why Am I Seeing Events In The Future And How Do I Stop It</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701667#M237998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267669"&gt;@OgoNARA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 13:42:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/701667#M237998</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-10-11T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why Am I Seeing Events In The Future And How Do I Stop It</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/741420#M240618</link>
      <description>&lt;P&gt;One of our timecharts showed "future" time (by one hour) on the x-axis.&amp;nbsp; Turns out the server time was off by one hour.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 15:33:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-Am-I-Seeing-Events-In-The-Future-And-How-Do-I-Stop-It/m-p/741420#M240618</guid>
      <dc:creator>computermathguy</dc:creator>
      <dc:date>2025-03-11T15:33:48Z</dc:date>
    </item>
  </channel>
</rss>

