<?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: Splunk average for particular count in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194496#M56058</link>
    <description>&lt;P&gt;doesnt seem to work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;This part doesnt seems to be working:&lt;/P&gt;

&lt;P&gt;where count&amp;gt;30 | timechart span=30m avg(avgtiming) by blob_type&lt;/P&gt;</description>
    <pubDate>Thu, 06 Nov 2014 16:43:32 GMT</pubDate>
    <dc:creator>allladin101</dc:creator>
    <dc:date>2014-11-06T16:43:32Z</dc:date>
    <item>
      <title>Splunk average for particular count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194494#M56056</link>
      <description>&lt;P&gt;I am attempting to find half–hourly average of elapsed time for the GETXML message has exceeded 2,000ms for an half- hourly message count of 30,000 or more. I have the below query, BUT i am not sure how can add a check for this part "half- hourly message count of 30,000 or more" in the below query ?&lt;/P&gt;

&lt;P&gt;can someone help&lt;/P&gt;

&lt;P&gt;index=whatever* sourcetype=server  GetXML timing=*  | timechart span=30m avg(timing) by blob_type&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 14:05:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194494#M56056</guid>
      <dc:creator>allladin101</dc:creator>
      <dc:date>2014-11-06T14:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk average for particular count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194495#M56057</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=whatever* sourcetype=server GetXML timing=* | bucket span=30m _time | stats avg(timing) as avgtiming count by blob_type, _time | where count&amp;gt;30000 | timechart span=30m avg(avgtiming) by blob_type
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Nov 2014 15:37:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194495#M56057</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-11-06T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk average for particular count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194496#M56058</link>
      <description>&lt;P&gt;doesnt seem to work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;This part doesnt seems to be working:&lt;/P&gt;

&lt;P&gt;where count&amp;gt;30 | timechart span=30m avg(avgtiming) by blob_type&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:43:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194496#M56058</guid>
      <dc:creator>allladin101</dc:creator>
      <dc:date>2014-11-06T16:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk average for particular count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194497#M56059</link>
      <description>&lt;P&gt;Missed including the _time field.  Check the updated answer &lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 17:11:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194497#M56059</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-11-06T17:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk average for particular count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194498#M56060</link>
      <description>&lt;P&gt;works now - thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 18:14:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-average-for-particular-count/m-p/194498#M56060</guid>
      <dc:creator>allladin101</dc:creator>
      <dc:date>2014-11-06T18:14:42Z</dc:date>
    </item>
  </channel>
</rss>

