<?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 max after stats, chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/max-after-stats-chart/m-p/65598#M16293</link>
    <description>&lt;P&gt;Hi, I have a result that comes from: search ... | stats count by MB  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MB   count
3.1   4
2.8   2
3.6   1
2.3   5
3.5   1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would get the count value has more:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MB   count
2.3   5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;With that it would be possible?&lt;BR /&gt;
I appreciate your help.&lt;BR /&gt;
Greetings.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2013 15:28:33 GMT</pubDate>
    <dc:creator>jrodriguezap</dc:creator>
    <dc:date>2013-09-17T15:28:33Z</dc:date>
    <item>
      <title>max after stats, chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/max-after-stats-chart/m-p/65598#M16293</link>
      <description>&lt;P&gt;Hi, I have a result that comes from: search ... | stats count by MB  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MB   count
3.1   4
2.8   2
3.6   1
2.3   5
3.5   1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would get the count value has more:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MB   count
2.3   5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;With that it would be possible?&lt;BR /&gt;
I appreciate your help.&lt;BR /&gt;
Greetings.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:28:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/max-after-stats-chart/m-p/65598#M16293</guid>
      <dc:creator>jrodriguezap</dc:creator>
      <dc:date>2013-09-17T15:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: max after stats, chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/max-after-stats-chart/m-p/65599#M16294</link>
      <description>&lt;P&gt;In this case, I would set up a new field with eventstats (it leaves the original set alone), and then search for where they're equal:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
YOUR_SEARCH_HERE | stats count by MB | eventstats max(count) AS max | where count=max&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:31:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/max-after-stats-chart/m-p/65599#M16294</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-09-17T15:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: max after stats, chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/max-after-stats-chart/m-p/65600#M16295</link>
      <description>&lt;P&gt;Thank you. I was of help, I had to add the same for the MB column, because when he heard the count for several MB, leaving several.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...| stats count by MB | eventstats max(count) AS maxCount | where count=maxCount | eventstats max(MB) AS maxMB| where MB=maxMB | fields MB
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Sep 2013 17:10:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/max-after-stats-chart/m-p/65600#M16295</guid>
      <dc:creator>jrodriguezap</dc:creator>
      <dc:date>2013-09-17T17:10:38Z</dc:date>
    </item>
  </channel>
</rss>

