<?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: TOP 10 values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/TOP-10-values/m-p/477699#M134039</link>
    <description>&lt;P&gt;Check out the &lt;CODE&gt;top&lt;/CODE&gt; command.  Also, the &lt;CODE&gt;sort&lt;/CODE&gt; command has an option to limit the number of results.&lt;/P&gt;</description>
    <pubDate>Sat, 18 Apr 2020 12:21:18 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-04-18T12:21:18Z</dc:date>
    <item>
      <title>TOP 10 values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TOP-10-values/m-p/477698#M134038</link>
      <description>&lt;P&gt;I have a sample data from email logs where we have from and message size.&lt;BR /&gt;
how can I extract  "Top ten sending addresses by message size"&lt;BR /&gt;
attaching sample data snapshot.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8710iF44E45A0D54E9813/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 11:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TOP-10-values/m-p/477698#M134038</guid>
      <dc:creator>riqbal47010</dc:creator>
      <dc:date>2020-04-18T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: TOP 10 values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TOP-10-values/m-p/477699#M134039</link>
      <description>&lt;P&gt;Check out the &lt;CODE&gt;top&lt;/CODE&gt; command.  Also, the &lt;CODE&gt;sort&lt;/CODE&gt; command has an option to limit the number of results.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 12:21:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TOP-10-values/m-p/477699#M134039</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-18T12:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: TOP 10 values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TOP-10-values/m-p/477700#M134040</link>
      <description>&lt;P&gt;In this case:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search
| table from size
| sort 10 - size
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 18 Apr 2020 21:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TOP-10-values/m-p/477700#M134040</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-18T21:45:56Z</dc:date>
    </item>
  </channel>
</rss>

