<?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 how to pick values by latest source in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-to-pick-values-by-latest-source/m-p/383623#M69070</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;My source file gets updated every 5 minutute . How to chart values of a field by the latest source file?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 08:30:05 GMT</pubDate>
    <dc:creator>Mohsin123</dc:creator>
    <dc:date>2018-06-14T08:30:05Z</dc:date>
    <item>
      <title>how to pick values by latest source</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-pick-values-by-latest-source/m-p/383623#M69070</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;My source file gets updated every 5 minutute . How to chart values of a field by the latest source file?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 08:30:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-pick-values-by-latest-source/m-p/383623#M69070</guid>
      <dc:creator>Mohsin123</dc:creator>
      <dc:date>2018-06-14T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to pick values by latest source</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-pick-values-by-latest-source/m-p/383624#M69071</link>
      <description>&lt;P&gt;Assuming your updated source file gets indexed every 5 minutes- meaning you will have new events indexed every 5 minutes, what you can try out is -  &lt;CODE&gt;&amp;lt;your search&amp;gt; |eventstats  max(_time) as time | where _time=time| &amp;lt;rest of your query&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;
This ensures that ONLY the latest time events are being picked up for further processing after the where condition&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 11:35:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-pick-values-by-latest-source/m-p/383624#M69071</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2018-06-15T11:35:06Z</dc:date>
    </item>
  </channel>
</rss>

