<?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: How to find duration of repeating events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-duration-of-repeating-events/m-p/556332#M157980</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yeah, there isn't anything to make those final success/fail messages unique unfortunately. The general pattern is that there needs to be an initial "Error Found" message, an "Error Resolve Success" message after that, and ending with either a "Status Success" or "Status Failed" message. If the ending status is "Failed", the "Error Resolve Success" and "Status" messages may repeat like shown. Generally, the "Status" messages will occur at the same time as the "Resolve Success" messages or within a second.&lt;/P&gt;&lt;P&gt;So in this case, the "Failed" message at 13:13:15 does not correlate to the "Error Found" message at 13:13:14 because there hasn't been an "Error Resolve Success" message between them.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 13:03:40 GMT</pubDate>
    <dc:creator>Traer001</dc:creator>
    <dc:date>2021-06-18T13:03:40Z</dc:date>
    <item>
      <title>How to find duration of repeating events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-duration-of-repeating-events/m-p/556222#M157939</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to get the duration of the starting found error based on the affected users and the last fail/success message. For instance, if I have events like this:&lt;/P&gt;&lt;P&gt;2021-06-17 13:15:13 Error Resolve Status Success for Issue submitted by User:132&lt;BR /&gt;2021-06-17 13:15:12 Error Resolve Success for Users:131,132,133 submitted_by:132&lt;BR /&gt;2021-06-17 13:13:15 Error Resolve Status Failed&lt;BR /&gt;2021-06-17 13:13:14 Error Found, Users:131,132,133 affected&lt;BR /&gt;2021-06-17 13:13:14 Error Resolve Success for Users:166,167,168 submitted_by:166&lt;BR /&gt;2021-06-17 13:12:31 Error Resolve Status Failed&lt;BR /&gt;2021-06-17 13:12:31 Error Resolve Success for Users:166,167,168 submitted_by:166&lt;BR /&gt;2021-06-17 13:11:47 Error Found, Users:166,167,168 affected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to find the duration from 13:11:47 to 13:13:15 for the users 166, 167 and 168, and I want to get the duration from 13:13:14 to 13:15:13 for users 131, 132 and 133.&lt;/P&gt;&lt;P&gt;I was originally going to use transactions, but I don't think that would work well here. So how can I write my query to get the durations I'm looking for based on the users affected?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 18:29:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-duration-of-repeating-events/m-p/556222#M157939</guid>
      <dc:creator>Traer001</dc:creator>
      <dc:date>2021-06-17T18:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find duration of repeating events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-duration-of-repeating-events/m-p/556250#M157954</link>
      <description>&lt;P&gt;There doesn't appear to be anything in this event that can correlate it t the original at 13:11:47&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2021-06-17 13:13:15 Error Resolve Status Failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do you know that applies to the message at 13:11:47 and not the one at 13:13:14?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you explain the rules that apply to what you are trying to achieve?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 23:24:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-duration-of-repeating-events/m-p/556250#M157954</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-06-17T23:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find duration of repeating events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-duration-of-repeating-events/m-p/556332#M157980</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yeah, there isn't anything to make those final success/fail messages unique unfortunately. The general pattern is that there needs to be an initial "Error Found" message, an "Error Resolve Success" message after that, and ending with either a "Status Success" or "Status Failed" message. If the ending status is "Failed", the "Error Resolve Success" and "Status" messages may repeat like shown. Generally, the "Status" messages will occur at the same time as the "Resolve Success" messages or within a second.&lt;/P&gt;&lt;P&gt;So in this case, the "Failed" message at 13:13:15 does not correlate to the "Error Found" message at 13:13:14 because there hasn't been an "Error Resolve Success" message between them.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 13:03:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-duration-of-repeating-events/m-p/556332#M157980</guid>
      <dc:creator>Traer001</dc:creator>
      <dc:date>2021-06-18T13:03:40Z</dc:date>
    </item>
  </channel>
</rss>

