<?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: SLA calculating in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-SLA/m-p/643871#M223060</link>
    <description>&lt;P&gt;My SLA calculating&amp;nbsp; like this 100-(count of duration&amp;lt;30/total count)*100&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2023 07:39:00 GMT</pubDate>
    <dc:creator>Sekhar</dc:creator>
    <dc:date>2023-05-19T07:39:00Z</dc:date>
    <item>
      <title>How to calculate SLA?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-SLA/m-p/643869#M223058</link>
      <description>&lt;P&gt;my query below&lt;/P&gt;
&lt;P&gt;(Index=x source=xtype valid) or (index=y source= ytype&amp;nbsp; passed) | eval which=if(match(_raw, " valid"),"valid", "passed") | stats values( which) as msg by manid |&amp;nbsp; stats count(eval(msg=" valid")) as total_ count count(eval(msg= "passed"))&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;getting&amp;nbsp; out like total count 54 respons count 58&lt;/P&gt;
&lt;P&gt;But i want check this condition too&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eval msgconur = mvcount(msg) | where &amp;gt;1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need to check duration time &amp;gt; 30 count duration time &amp;lt;30 count&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 12:22:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-SLA/m-p/643869#M223058</guid>
      <dc:creator>Sekhar</dc:creator>
      <dc:date>2023-05-19T12:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: SLA calculating</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-SLA/m-p/643870#M223059</link>
      <description>&lt;P&gt;&lt;SPAN&gt;| stats values( which) as msg count(eval(duration&amp;gt;30)) as gt30 count(eval(duration&amp;lt;30) as lt30 by manid | where mvcount(msg) &amp;gt; 1&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 07:34:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-SLA/m-p/643870#M223059</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-19T07:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: SLA calculating</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-SLA/m-p/643871#M223060</link>
      <description>&lt;P&gt;My SLA calculating&amp;nbsp; like this 100-(count of duration&amp;lt;30/total count)*100&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 07:39:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-SLA/m-p/643871#M223060</guid>
      <dc:creator>Sekhar</dc:creator>
      <dc:date>2023-05-19T07:39:00Z</dc:date>
    </item>
  </channel>
</rss>

