<?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 set alert search when more than 10 API calls Noderesponse-time is beyond threshold(5000ms) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-alert-search-when-more-than-10-API-calls-Noderesponse/m-p/542421#M37173</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I need to set one alert when more than&amp;nbsp; 10 API calls Noderesponse-time is beyond threshold(5000ms)&lt;/P&gt;&lt;P&gt;Below is my search:&lt;/P&gt;&lt;P&gt;index=abc ns=gateway (nodeUrl ="*") Trace_Id=* "*" | stats count by Trace_Id Span_Id ns app_name Log_Time caller nodeUrl nodeHttpStatus nodeResponseTime |rename caller as "Caller"|rename nodeUrl as "Node" |rename nodeHttpStatus as "NodeHttpStatus"|rename nodeResponseTime as "NodeResponseTime"| fields - count|replace "https://datagraphaccountnode/graphql" with "Account" &lt;STRONG&gt;|where NodeResponseTime &amp;gt;5000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can someone guide me how to set the condition for more then 10 API calls in search.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;That means when more then 10 NodeResponseTime should be greater then&amp;nbsp; 5000ms.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can someone guide me how to set that condition.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks in advance&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 22:24:20 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2021-03-04T22:24:20Z</dc:date>
    <item>
      <title>How to set alert search when more than 10 API calls Noderesponse-time is beyond threshold(5000ms)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-alert-search-when-more-than-10-API-calls-Noderesponse/m-p/542421#M37173</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I need to set one alert when more than&amp;nbsp; 10 API calls Noderesponse-time is beyond threshold(5000ms)&lt;/P&gt;&lt;P&gt;Below is my search:&lt;/P&gt;&lt;P&gt;index=abc ns=gateway (nodeUrl ="*") Trace_Id=* "*" | stats count by Trace_Id Span_Id ns app_name Log_Time caller nodeUrl nodeHttpStatus nodeResponseTime |rename caller as "Caller"|rename nodeUrl as "Node" |rename nodeHttpStatus as "NodeHttpStatus"|rename nodeResponseTime as "NodeResponseTime"| fields - count|replace "https://datagraphaccountnode/graphql" with "Account" &lt;STRONG&gt;|where NodeResponseTime &amp;gt;5000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can someone guide me how to set the condition for more then 10 API calls in search.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;That means when more then 10 NodeResponseTime should be greater then&amp;nbsp; 5000ms.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can someone guide me how to set that condition.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks in advance&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 22:24:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-alert-search-when-more-than-10-API-calls-Noderesponse/m-p/542421#M37173</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-03-04T22:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to set alert search when more than 10 API calls Noderesponse-time is beyond threshold(5000ms)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-alert-search-when-more-than-10-API-calls-Noderesponse/m-p/542450#M37174</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please try by adding below to the end of your search;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats count
| where count &amp;gt; 10&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 05 Mar 2021 05:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-set-alert-search-when-more-than-10-API-calls-Noderesponse/m-p/542450#M37174</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-03-05T05:18:06Z</dc:date>
    </item>
  </channel>
</rss>

