<?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: How to edit my search to get the count for the Top 5 and Others? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219919#M64629</link>
    <description>&lt;P&gt;Awesome, Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2016 15:49:10 GMT</pubDate>
    <dc:creator>fmpa_isaac</dc:creator>
    <dc:date>2016-02-26T15:49:10Z</dc:date>
    <item>
      <title>How to edit my search to get the count for the Top 5 and Others?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219916#M64626</link>
      <description>&lt;P&gt;Can anyone help me get the count for Top 5 plus an Others count for the following please? Thank you&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="cisco:asa" action=blocked | stats count by src_ip, dest_ip, dest_port  | sort - by count | rename src_ip as Src, dest_ip as Dest, dest_port as Port | addcoltotals
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Feb 2016 15:22:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219916#M64626</guid>
      <dc:creator>fmpa_isaac</dc:creator>
      <dc:date>2016-02-26T15:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my search to get the count for the Top 5 and Others?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219917#M64627</link>
      <description>&lt;P&gt;Also, I want to keep a totals row at the bottom. So the top 5, then an others row plus a Totals row.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 15:38:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219917#M64627</guid>
      <dc:creator>fmpa_isaac</dc:creator>
      <dc:date>2016-02-26T15:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my search to get the count for the Top 5 and Others?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219918#M64628</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="cisco:asa" action=blocked 
| top 5 src_ip, dest_ip, dest_port  useother=t
| rename src_ip as Src, dest_ip as Dest, dest_port as Port
| addcoltotals
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Feb 2016 15:43:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219918#M64628</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-02-26T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my search to get the count for the Top 5 and Others?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219919#M64629</link>
      <description>&lt;P&gt;Awesome, Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 15:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-search-to-get-the-count-for-the-Top-5-and-Others/m-p/219919#M64629</guid>
      <dc:creator>fmpa_isaac</dc:creator>
      <dc:date>2016-02-26T15:49:10Z</dc:date>
    </item>
  </channel>
</rss>

