<?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: Find the date on max value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Find-the-date-on-max-value/m-p/484539#M135633</link>
    <description>&lt;P&gt;Here's one way, there may be others.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | streamstats window=0 max(income) as maxIncome | where income=maxIncome
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 20 Sep 2019 14:24:08 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2019-09-20T14:24:08Z</dc:date>
    <item>
      <title>Find the date on max value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-the-date-on-max-value/m-p/484538#M135632</link>
      <description>&lt;P&gt;I have a table below, how can I find the date I have the most income? Thanks.&lt;/P&gt;

&lt;P&gt;date            Income&lt;/P&gt;

&lt;P&gt;9/18/2019   20.7651&lt;BR /&gt;
9/17/2019   20.7656&lt;BR /&gt;
9/16/2019   20.7539&lt;BR /&gt;
9/13/2019   20.7661&lt;BR /&gt;
9/12/2019   20.762&lt;BR /&gt;
9/11/2019   20.7502&lt;BR /&gt;
9/10/2019   20.7162&lt;BR /&gt;
9/9/2019    20.7163&lt;BR /&gt;
9/6/2019    20.716&lt;BR /&gt;
9/5/2019    20.7055&lt;BR /&gt;
9/4/2019    20.6596&lt;BR /&gt;
9/3/2019    20.6115&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 13:09:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-the-date-on-max-value/m-p/484538#M135632</guid>
      <dc:creator>jgan</dc:creator>
      <dc:date>2019-09-20T13:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Find the date on max value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-the-date-on-max-value/m-p/484539#M135633</link>
      <description>&lt;P&gt;Here's one way, there may be others.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | streamstats window=0 max(income) as maxIncome | where income=maxIncome
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Sep 2019 14:24:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-the-date-on-max-value/m-p/484539#M135633</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-09-20T14:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Find the date on max value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-the-date-on-max-value/m-p/484540#M135634</link>
      <description>&lt;P&gt;streamstats did not work for me for some reasons, but eventstats works!&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2019 19:56:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-the-date-on-max-value/m-p/484540#M135634</guid>
      <dc:creator>jgan</dc:creator>
      <dc:date>2019-09-22T19:56:45Z</dc:date>
    </item>
  </channel>
</rss>

