<?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 radius accountig request per second in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alert-radius-accountig-request-per-second/m-p/543666#M10317</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232453"&gt;@fazimov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Splunk provides a manual dedicated to alerting:&amp;nbsp;&lt;A title="Alerting Manual" href="https://docs.splunk.com/Documentation/Splunk/latest/Alert/Aboutalerts" target="_blank" rel="noopener"&gt;Alerting Manual&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;From&amp;nbsp;&lt;A title="Create scheduled alerts" href="https://docs.splunk.com/Documentation/Splunk/latest/Alert/Definescheduledalerts" target="_blank" rel="noopener"&gt;Create scheduled alerts&lt;/A&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Navigate to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Search&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Search and Reporting&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Create a search.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save As&amp;gt;Alert&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;From&amp;nbsp;&lt;A title="Configure alert trigger conditions" href="https://docs.splunk.com/Documentation/Splunk/latest/Alert/AlertTriggerConditions" target="_blank" rel="noopener"&gt;Configure alert trigger conditions&lt;/A&gt;:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Use a search with custom trigger condition&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;The alert uses this search, with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Last 7 days&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;selected in the time range picker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;index=_internal (log_level=ERROR OR log_level=FATAL OR log_level=CRITICAL) | stats count by log_level&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;The following custom triggering condition is added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;search count &amp;gt; 10&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;In this scenario, the original search results detail the count for all log levels, but the alert triggers only when the log_level counts are greater than ten. This means that all&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;log_level&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;counts are available to use as part of an alert notification.&lt;/P&gt;&lt;P&gt;In your custom trigger condition, enter e.g.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;search "requests per second" &amp;gt;= 600&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also add a where or search command to the base alert search and trigger the alert when&amp;nbsp;&lt;STRONG&gt;Number of Results is greater than: 0&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Mar 2021 18:05:50 GMT</pubDate>
    <dc:creator>tscroggins</dc:creator>
    <dc:date>2021-03-13T18:05:50Z</dc:date>
    <item>
      <title>Alert radius accountig request per second</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-radius-accountig-request-per-second/m-p/543649#M10316</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I need help to configure alert for radius accounting request per second. To find requests per second we did this formula:&lt;/P&gt;&lt;P&gt;sourcetype="cisco:bulkstats:up:systemSch10" host=dyu-sae-1-1&lt;BR /&gt;| stats sum(aaa_ttlradacctreq) as req sum(aaa_ttlradacctreqretried) as retr by _time&lt;BR /&gt;| delta req as rq&lt;BR /&gt;| delta retr as rt&lt;BR /&gt;| timechart span=5m per_second(rq) as "requests per second" per_second(rt) as "retries per second"&lt;/P&gt;&lt;P&gt;per_second(rq) shows approximately 400 request/s&lt;/P&gt;&lt;P&gt;So I want to configure alert if this goes to 600 request/s&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 14:32:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-radius-accountig-request-per-second/m-p/543649#M10316</guid>
      <dc:creator>fazimov</dc:creator>
      <dc:date>2021-03-13T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alert radius accountig request per second</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-radius-accountig-request-per-second/m-p/543666#M10317</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232453"&gt;@fazimov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Splunk provides a manual dedicated to alerting:&amp;nbsp;&lt;A title="Alerting Manual" href="https://docs.splunk.com/Documentation/Splunk/latest/Alert/Aboutalerts" target="_blank" rel="noopener"&gt;Alerting Manual&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;From&amp;nbsp;&lt;A title="Create scheduled alerts" href="https://docs.splunk.com/Documentation/Splunk/latest/Alert/Definescheduledalerts" target="_blank" rel="noopener"&gt;Create scheduled alerts&lt;/A&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Navigate to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Search&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Search and Reporting&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Create a search.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class="li_content"&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save As&amp;gt;Alert&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;From&amp;nbsp;&lt;A title="Configure alert trigger conditions" href="https://docs.splunk.com/Documentation/Splunk/latest/Alert/AlertTriggerConditions" target="_blank" rel="noopener"&gt;Configure alert trigger conditions&lt;/A&gt;:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Use a search with custom trigger condition&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;The alert uses this search, with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Last 7 days&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;selected in the time range picker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;index=_internal (log_level=ERROR OR log_level=FATAL OR log_level=CRITICAL) | stats count by log_level&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;The following custom triggering condition is added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;search count &amp;gt; 10&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;In this scenario, the original search results detail the count for all log levels, but the alert triggers only when the log_level counts are greater than ten. This means that all&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;log_level&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;counts are available to use as part of an alert notification.&lt;/P&gt;&lt;P&gt;In your custom trigger condition, enter e.g.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;search "requests per second" &amp;gt;= 600&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also add a where or search command to the base alert search and trigger the alert when&amp;nbsp;&lt;STRONG&gt;Number of Results is greater than: 0&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 18:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-radius-accountig-request-per-second/m-p/543666#M10317</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2021-03-13T18:05:50Z</dc:date>
    </item>
  </channel>
</rss>

