<?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: Non-integer percentiles? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73620#M181109</link>
    <description>&lt;P&gt;Maybe filter for all values greater than the 99th percentile, and then take the 99th percentile of that:&lt;/P&gt;

&lt;P&gt;| eventstats perc99(Y) as ninetynine&lt;BR /&gt;
| where Y&amp;gt; ninetynine&lt;BR /&gt;
| stats perc99(Y)&lt;/P&gt;

&lt;P&gt;However, this won't be quite right in cases that you have more than one event with the 99th percentile value.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2013 20:15:11 GMT</pubDate>
    <dc:creator>joebensimo</dc:creator>
    <dc:date>2013-06-24T20:15:11Z</dc:date>
    <item>
      <title>Non-integer percentiles?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73619#M181108</link>
      <description>&lt;P&gt;I would like to find the 99.99th percentile of a value.&lt;/P&gt;

&lt;P&gt;The perc&lt;X&gt;(Y) function expects X to be an integer 1-99.&lt;/X&gt;&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 19:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73619#M181108</guid>
      <dc:creator>yplambert</dc:creator>
      <dc:date>2013-06-24T19:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Non-integer percentiles?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73620#M181109</link>
      <description>&lt;P&gt;Maybe filter for all values greater than the 99th percentile, and then take the 99th percentile of that:&lt;/P&gt;

&lt;P&gt;| eventstats perc99(Y) as ninetynine&lt;BR /&gt;
| where Y&amp;gt; ninetynine&lt;BR /&gt;
| stats perc99(Y)&lt;/P&gt;

&lt;P&gt;However, this won't be quite right in cases that you have more than one event with the 99th percentile value.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 20:15:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73620#M181109</guid>
      <dc:creator>joebensimo</dc:creator>
      <dc:date>2013-06-24T20:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Non-integer percentiles?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73621#M181110</link>
      <description>&lt;P&gt;Using &lt;CODE&gt;p99.99(field)&lt;/CODE&gt; works fine for me:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | timechart span=1h count | stats p99(count) p99.99(count) max(count)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Yields this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  p99(count)  p99.99(count)  max(count)
1       6500          7000         7879
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What Splunk version are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 21:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73621#M181110</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-06-24T21:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Non-integer percentiles?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73622#M181111</link>
      <description>&lt;P&gt;You are right!  I tried it and it didn't work, but I must have done something else wrong; it works fine for me now.  Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 21:27:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Non-integer-percentiles/m-p/73622#M181111</guid>
      <dc:creator>yplambert</dc:creator>
      <dc:date>2013-06-24T21:27:55Z</dc:date>
    </item>
  </channel>
</rss>

