<?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: Remove top from results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84737#M21600</link>
    <description>&lt;P&gt;Give more details on what you want to achieve, preferrably with some sample events so we know more about how to solve the problem.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2012 21:57:38 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-03-05T21:57:38Z</dc:date>
    <item>
      <title>Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84736#M21599</link>
      <description>&lt;P&gt;I want to remove the top results from my final results. Essentially, removing outliers.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 21:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84736#M21599</guid>
      <dc:creator>rhum_defintel</dc:creator>
      <dc:date>2012-03-05T21:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84737#M21600</link>
      <description>&lt;P&gt;Give more details on what you want to achieve, preferrably with some sample events so we know more about how to solve the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 21:57:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84737#M21600</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-03-05T21:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84738#M21601</link>
      <description>&lt;P&gt;I have a timechart that has spikes of data. I would like to remove those spikes so I can calculate an average.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 21:59:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84738#M21601</guid>
      <dc:creator>rhum_defintel</dc:creator>
      <dc:date>2012-03-05T21:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84739#M21602</link>
      <description>&lt;P&gt;For getting the most common values there's &lt;CODE&gt;top&lt;/CODE&gt; (&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Top"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Top&lt;/A&gt; ).&lt;/P&gt;

&lt;P&gt;For getting the most rare values, &lt;CODE&gt;rare&lt;/CODE&gt; (&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rare"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rare&lt;/A&gt; ).&lt;/P&gt;

&lt;P&gt;There's also a number of statistical functions available that might be suitable for you to use: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CommonStatsFunctions"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CommonStatsFunctions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 22:07:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84739#M21602</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-03-05T22:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84740#M21603</link>
      <description>&lt;P&gt;if you want to filter the highest values, you can use a where condition, or an eval to normalize it.&lt;/P&gt;

&lt;P&gt;example : &lt;/P&gt;

&lt;P&gt;sourcetype=mysourcetype | where myfield &amp;lt; 100 | timechart max(myfield) by host&lt;/P&gt;

&lt;P&gt;sourcetype=mysourcetype | eval myfield=if(myfield&amp;lt;100,myfield,0) | timechart max(myfield) by host&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 22:47:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84740#M21603</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-03-05T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84741#M21604</link>
      <description>&lt;P&gt;I want to remove the results that are listed in top.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 19:33:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84741#M21604</guid>
      <dc:creator>rhum_defintel</dc:creator>
      <dc:date>2012-03-08T19:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84742#M21605</link>
      <description>&lt;P&gt;search | sort -field1 | head 20&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 18:09:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84742#M21605</guid>
      <dc:creator>landen99</dc:creator>
      <dc:date>2014-08-08T18:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84743#M21606</link>
      <description>&lt;P&gt;grabs bottom 20 results&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 18:10:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84743#M21606</guid>
      <dc:creator>landen99</dc:creator>
      <dc:date>2014-08-08T18:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84744#M21607</link>
      <description>&lt;P&gt;Look into the outlier command. &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/SearchReference/Outlier"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/SearchReference/Outlier&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 22:10:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84744#M21607</guid>
      <dc:creator>devin_stonecyph</dc:creator>
      <dc:date>2014-09-23T22:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove top from results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84745#M21608</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;is there any development on this ?&lt;/P&gt;

&lt;P&gt;remove top x rows from result&lt;/P&gt;

&lt;P&gt;best regards&lt;BR /&gt;
Altin&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 21:33:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-top-from-results/m-p/84745#M21608</guid>
      <dc:creator>altink</dc:creator>
      <dc:date>2017-08-22T21:33:38Z</dc:date>
    </item>
  </channel>
</rss>

