<?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: alert in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/alert/m-p/575996#M13261</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i want it as 10000 milliseconds&lt;BR /&gt;then how the query will be??&lt;/P&gt;</description>
    <pubDate>Tue, 23 Nov 2021 09:41:15 GMT</pubDate>
    <dc:creator>vinod_52791</dc:creator>
    <dc:date>2021-11-23T09:41:15Z</dc:date>
    <item>
      <title>alert</title>
      <link>https://community.splunk.com/t5/Alerting/alert/m-p/575853#M13255</link>
      <description>&lt;P&gt;I want to send an alert when&amp;nbsp; response time &amp;gt; 10 sec is more than 2% of total transaction in an hour&lt;BR /&gt;could you please suggest proper query to achieve the above requirement.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 11:19:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert/m-p/575853#M13255</guid>
      <dc:creator>vinod_52791</dc:creator>
      <dc:date>2021-11-22T11:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.splunk.com/t5/Alerting/alert/m-p/575861#M13257</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eval slow=if(response&amp;gt;10,1,0)
| bin _time span=1h
| stats count sum(slow) as slow by _time
| eval tooslow=100*slow/count
| where tooslow&amp;gt;2&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 22 Nov 2021 12:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert/m-p/575861#M13257</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-22T12:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.splunk.com/t5/Alerting/alert/m-p/575996#M13261</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i want it as 10000 milliseconds&lt;BR /&gt;then how the query will be??&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 09:41:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert/m-p/575996#M13261</guid>
      <dc:creator>vinod_52791</dc:creator>
      <dc:date>2021-11-23T09:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.splunk.com/t5/Alerting/alert/m-p/576026#M13267</link>
      <description>&lt;P&gt;Is your response field in milliseconds?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 14:28:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert/m-p/576026#M13267</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-23T14:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.splunk.com/t5/Alerting/alert/m-p/576149#M13273</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes field in milliseconds&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 09:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert/m-p/576149#M13273</guid>
      <dc:creator>vinod_52791</dc:creator>
      <dc:date>2021-11-24T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.splunk.com/t5/Alerting/alert/m-p/576155#M13274</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eval slow=if(response&amp;gt;10000,1,0)
| bin _time span=1h
| stats count sum(slow) as slow by _time
| eval tooslow=100*slow/count
| where tooslow&amp;gt;2&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Nov 2021 09:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert/m-p/576155#M13274</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-24T09:32:15Z</dc:date>
    </item>
  </channel>
</rss>

