<?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: Check status in progress with closed/resolved in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Check-status-in-progress-with-closed-resolved/m-p/192605#M55403</link>
    <description>&lt;P&gt;This search works well, however the search returns always Work in progress+Resolved and I would like the alert shows me status work in progress opened for more than 1 hour.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2015 14:18:32 GMT</pubDate>
    <dc:creator>l-mss-n3</dc:creator>
    <dc:date>2015-07-06T14:18:32Z</dc:date>
    <item>
      <title>Check status in progress with closed/resolved</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-status-in-progress-with-closed-resolved/m-p/192603#M55401</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to create an alert that I need check if status "work in progress" was opened for more than 1 hour, if status work in progress was opened for than 1 hour and doesn't have the status resolved or closed trigger the alert.&lt;/P&gt;

&lt;P&gt;My search eventtype=sc_status | search id!="" AND (status="work in progress" OR status="closed" OR status="Resolved") | search id="IM5020749" |  table _time, id, status&lt;/P&gt;

&lt;P&gt;Return this:&lt;BR /&gt;
  _time                                 id                             status&lt;BR /&gt;
2015-07-03 11:55:40 IM5020749   Resolved&lt;BR /&gt;
2015-07-03 10:03:36 IM5020749   Work in progress&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2015 18:04:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-status-in-progress-with-closed-resolved/m-p/192603#M55401</guid>
      <dc:creator>l-mss-n3</dc:creator>
      <dc:date>2015-07-03T18:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Check status in progress with closed/resolved</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-status-in-progress-with-closed-resolved/m-p/192604#M55402</link>
      <description>&lt;P&gt;Try this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=sc_status  ( status="work in progress" OR status="closed" OR status="Resolved") | transaction id startswith="work in progress" endswith="Resolved" maxspan=4h | search duration &amp;gt; 3600 | stats count by id status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will pull all the events you require, combine them using &lt;CODE&gt;transaction&lt;/CODE&gt;, and then only return the ones that are over an hour in duration.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2015 19:09:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-status-in-progress-with-closed-resolved/m-p/192604#M55402</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-07-03T19:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Check status in progress with closed/resolved</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-status-in-progress-with-closed-resolved/m-p/192605#M55403</link>
      <description>&lt;P&gt;This search works well, however the search returns always Work in progress+Resolved and I would like the alert shows me status work in progress opened for more than 1 hour.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 14:18:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-status-in-progress-with-closed-resolved/m-p/192605#M55403</guid>
      <dc:creator>l-mss-n3</dc:creator>
      <dc:date>2015-07-06T14:18:32Z</dc:date>
    </item>
  </channel>
</rss>

