<?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 list with events time difference greater than 0.5 secs? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-list-with-events-time-difference-greater-than-0-5-secs/m-p/590318#M205525</link>
    <description>&lt;P&gt;How do I list those events within a set of events(say expand the below query) wherein say 2 consecutive's event time difference is more than 0.5 secs?&lt;/P&gt;
&lt;P&gt;index=index1 * "orderid"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 06:36:33 GMT</pubDate>
    <dc:creator>msg4sunil</dc:creator>
    <dc:date>2022-03-23T06:36:33Z</dc:date>
    <item>
      <title>How to list with events time difference greater than 0.5 secs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-list-with-events-time-difference-greater-than-0-5-secs/m-p/590318#M205525</link>
      <description>&lt;P&gt;How do I list those events within a set of events(say expand the below query) wherein say 2 consecutive's event time difference is more than 0.5 secs?&lt;/P&gt;
&lt;P&gt;index=index1 * "orderid"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 06:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-list-with-events-time-difference-greater-than-0-5-secs/m-p/590318#M205525</guid>
      <dc:creator>msg4sunil</dc:creator>
      <dc:date>2022-03-23T06:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: List those with Events time difference greater than 0.5 secs.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-list-with-events-time-difference-greater-than-0-5-secs/m-p/590319#M205526</link>
      <description>&lt;P&gt;Simple example here&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=index1 * "orderid"
| delta _time as timeDiff
| where timeDiff &amp;lt; -0.5&lt;/LI-CODE&gt;&lt;P&gt;That is simply selecting events where the earlier event is more than 0.5 seconds before the current event, but not sure if that's exactly what you're after&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 04:12:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-list-with-events-time-difference-greater-than-0-5-secs/m-p/590319#M205526</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-03-23T04:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: List those with Events time difference greater than 0.5 secs.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-list-with-events-time-difference-greater-than-0-5-secs/m-p/590327#M205536</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;, lovely thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 05:09:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-list-with-events-time-difference-greater-than-0-5-secs/m-p/590327#M205536</guid>
      <dc:creator>msg4sunil</dc:creator>
      <dc:date>2022-03-23T05:09:28Z</dc:date>
    </item>
  </channel>
</rss>

