<?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 How to get the max of p90 over a month ? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-max-of-p90-over-a-month/m-p/549871#M37933</link>
    <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to find max value of p90 over a month for 1 API.&lt;/P&gt;&lt;P&gt;The query I use for finding stats:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;basic splunk query&amp;gt;&amp;nbsp;&lt;BR /&gt;| search API = API1&lt;BR /&gt;| stats p90(processing_time) as 90%_time by API&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where processing_time is the time which would display the time used for finding p90.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with the query to find the max value of p90 calculated over a month ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that I can use that value to generate some kind of alerts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated. Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 15:29:26 GMT</pubDate>
    <dc:creator>rahul_n</dc:creator>
    <dc:date>2021-04-29T15:29:26Z</dc:date>
    <item>
      <title>How to get the max of p90 over a month ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-max-of-p90-over-a-month/m-p/549871#M37933</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to find max value of p90 over a month for 1 API.&lt;/P&gt;&lt;P&gt;The query I use for finding stats:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;basic splunk query&amp;gt;&amp;nbsp;&lt;BR /&gt;| search API = API1&lt;BR /&gt;| stats p90(processing_time) as 90%_time by API&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where processing_time is the time which would display the time used for finding p90.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with the query to find the max value of p90 calculated over a month ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that I can use that value to generate some kind of alerts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 15:29:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-max-of-p90-over-a-month/m-p/549871#M37933</guid>
      <dc:creator>rahul_n</dc:creator>
      <dc:date>2021-04-29T15:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max of p90 over a month ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-max-of-p90-over-a-month/m-p/550113#M37968</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233791"&gt;@rahul_n&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you binning your data for the initial set 90th percentile calculations? By day?&amp;nbsp;By host? You can use bin, stats, timechart, etc. in various combinations to achieve your desired outcome. Here's one example with data initially binned by day:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;basic splunk query&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| search API = API1&lt;BR /&gt;| bin _time span=1d&lt;BR /&gt;&lt;/SPAN&gt;| stats&amp;nbsp;&lt;SPAN&gt;p90(processing_time) as p90_processing_time by _time API&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| stats max(p90_processing_time) as 90%_time by API&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 15:18:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-max-of-p90-over-a-month/m-p/550113#M37968</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2021-05-01T15:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max of p90 over a month ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-max-of-p90-over-a-month/m-p/551007#M38074</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49493"&gt;@tscroggins&lt;/a&gt;&amp;nbsp;for the solution.&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 16:59:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-the-max-of-p90-over-a-month/m-p/551007#M38074</guid>
      <dc:creator>rahul_n</dc:creator>
      <dc:date>2021-05-09T16:59:46Z</dc:date>
    </item>
  </channel>
</rss>

