<?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 can I compare the ratio of errors to 10 minutes ago for all our app_pools? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227791#M67278</link>
    <description>&lt;P&gt;Sorry, problem needs to be in quotes. &lt;CODE&gt;count(eval(tag="problem"))&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2016 23:39:54 GMT</pubDate>
    <dc:creator>sundareshr</dc:creator>
    <dc:date>2016-06-24T23:39:54Z</dc:date>
    <item>
      <title>How can I compare the ratio of errors to 10 minutes ago for all our app_pools?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227788#M67275</link>
      <description>&lt;P&gt;I would like to get a ratio of errors by app_pool, and then compare it to 5, 10, 1hr ago? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tag=java | 
stats count as "Events" by app_pool | 
appendcols [search 
tag=java tag=problem |
stats count as "Problems" by app_pool]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am thinking a running summary index counting errors and counting events by app_pool, then a search which compares things after the fact? Is there a better way to do this? &lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 22:41:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227788#M67275</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2016-06-24T22:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I compare the ratio of errors to 10 minutes ago for all our app_pools?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227789#M67276</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tag=java earliest=@d | timechart span=1h count as Events count(eval(tag=problem)) as Problems | eval ratio=round(Problems/Events, 2)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jun 2016 22:58:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227789#M67276</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-06-24T22:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I compare the ratio of errors to 10 minutes ago for all our app_pools?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227790#M67277</link>
      <description>&lt;P&gt;Hmm, the evals there don't seem to work. Returning nothing. &lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 23:18:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227790#M67277</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2016-06-24T23:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I compare the ratio of errors to 10 minutes ago for all our app_pools?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227791#M67278</link>
      <description>&lt;P&gt;Sorry, problem needs to be in quotes. &lt;CODE&gt;count(eval(tag="problem"))&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 23:39:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227791#M67278</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-06-24T23:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I compare the ratio of errors to 10 minutes ago for all our app_pools?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227792#M67279</link>
      <description>&lt;P&gt;You need the &lt;CODE&gt;timewrap&lt;/CODE&gt; app:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1645/"&gt;https://splunkbase.splunk.com/app/1645/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2016 03:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-compare-the-ratio-of-errors-to-10-minutes-ago-for-all/m-p/227792#M67279</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-25T03:01:27Z</dc:date>
    </item>
  </channel>
</rss>

