<?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 When does start_from=newest catch up ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/405839#M72012</link>
    <description>&lt;P&gt;We've been experiencing latency and are trying to figure out ways to solve it.&lt;/P&gt;

&lt;P&gt;We forward events to a Windows Event Collector (Forwarder).&lt;BR /&gt;&lt;BR /&gt;
Our inputs.conf looks something like this.&lt;/P&gt;

&lt;P&gt;[WinEventLog://ForwardedEvents] &lt;BR /&gt;
sourcetype = WinEventLog:ForwardedEvents &lt;BR /&gt;
disabled = 0 &lt;BR /&gt;
start_from = &lt;STRONG&gt;oldest&lt;/STRONG&gt; &lt;BR /&gt;
current_only = 0 &lt;BR /&gt;
evt_resolve_ad_obj = 1 &lt;BR /&gt;
checkpointInterval = 5 &lt;BR /&gt;
index = wineventlog &lt;BR /&gt;
renderXml = false &lt;BR /&gt;
suppress_text = 0 &lt;/P&gt;

&lt;P&gt;We were then instructed to change the start_from = oldest to &lt;STRONG&gt;newest&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;After restarting the UF on the Windows Event collector, the newest events from that point in time were search able.&lt;/P&gt;

&lt;P&gt;Then new events after that point in time *&lt;EM&gt;were not *&lt;/EM&gt; .  &lt;/P&gt;

&lt;P&gt;Has anyone else experienced this behavior ?&lt;/P&gt;

&lt;P&gt;When will Splunk &lt;STRONG&gt;catch up&lt;/STRONG&gt; ?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:26:56 GMT</pubDate>
    <dc:creator>itrimble1</dc:creator>
    <dc:date>2020-09-30T01:26:56Z</dc:date>
    <item>
      <title>When does start_from=newest catch up ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/405839#M72012</link>
      <description>&lt;P&gt;We've been experiencing latency and are trying to figure out ways to solve it.&lt;/P&gt;

&lt;P&gt;We forward events to a Windows Event Collector (Forwarder).&lt;BR /&gt;&lt;BR /&gt;
Our inputs.conf looks something like this.&lt;/P&gt;

&lt;P&gt;[WinEventLog://ForwardedEvents] &lt;BR /&gt;
sourcetype = WinEventLog:ForwardedEvents &lt;BR /&gt;
disabled = 0 &lt;BR /&gt;
start_from = &lt;STRONG&gt;oldest&lt;/STRONG&gt; &lt;BR /&gt;
current_only = 0 &lt;BR /&gt;
evt_resolve_ad_obj = 1 &lt;BR /&gt;
checkpointInterval = 5 &lt;BR /&gt;
index = wineventlog &lt;BR /&gt;
renderXml = false &lt;BR /&gt;
suppress_text = 0 &lt;/P&gt;

&lt;P&gt;We were then instructed to change the start_from = oldest to &lt;STRONG&gt;newest&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;After restarting the UF on the Windows Event collector, the newest events from that point in time were search able.&lt;/P&gt;

&lt;P&gt;Then new events after that point in time *&lt;EM&gt;were not *&lt;/EM&gt; .  &lt;/P&gt;

&lt;P&gt;Has anyone else experienced this behavior ?&lt;/P&gt;

&lt;P&gt;When will Splunk &lt;STRONG&gt;catch up&lt;/STRONG&gt; ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/405839#M72012</guid>
      <dc:creator>itrimble1</dc:creator>
      <dc:date>2020-09-30T01:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: When does start_from=newest catch up ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/405840#M72013</link>
      <description>&lt;P&gt;read here in detail:&lt;BR /&gt;
second &lt;CODE&gt;*&lt;/CODE&gt; is the relevant one for your question, however the entire context is important too.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  start_from = &amp;lt;string&amp;gt;
    * How the input should chronologically read the Event Log channels.
    * If you set this setting to "oldest", the input reads Windows event logs
      from oldest to newest.
    * If you set this setting to "newest" the input reads Windows event logs
      in reverse, from newest to oldest. Once the input consumes the backlog of
      events, it stops.
    * If you set this setting to "newest", and at the same time set the
      "current_only" setting to 0, the combination can result in the input
      indexing duplicate events.
    * Do not set this setting to "newest" and at the same time set the
      "current_only" setting to 1. This results in the input not collecting
      any events because you instructed it to read existing events from oldest
      to newest and read only incoming events concurrently (A logically
      impossible combination.)
    * Default: "oldest".
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;link:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 01:21:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/405840#M72013</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-07-25T01:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: When does start_from=newest catch up ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/405841#M72014</link>
      <description>&lt;P&gt;Ok, so I read this correctly.  After the newest invents are indexed, there will be &lt;STRONG&gt;no new events&lt;/STRONG&gt; indexed, until you change it back to start_from = oldest again ?&lt;/P&gt;

&lt;P&gt;Is my understanding correct ?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 13:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/405841#M72014</guid>
      <dc:creator>itrimble1</dc:creator>
      <dc:date>2019-07-26T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: When does start_from=newest catch up ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/577031#M101925</link>
      <description>&lt;P&gt;I think so because I am facing the same issue.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 11:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-does-start-from-newest-catch-up/m-p/577031#M101925</guid>
      <dc:creator>sergiollg</dc:creator>
      <dc:date>2021-12-02T11:52:00Z</dc:date>
    </item>
  </channel>
</rss>

