<?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: Identify a sequence of events on the consecutive change of value of a field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Identify-a-sequence-of-events-on-the-consecutive-change-of-value/m-p/625449#M217406</link>
    <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| streamstats window=3 list(event) as last3events
| eval last3events=mvjoin(last3events,",")
| where last3events == "Open,Get,Read"&lt;/LI-CODE&gt;&lt;P&gt;Depending on the order of events for your initial search, you may either need to sort them, or look for "Read,Get,Open"&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 07:28:56 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-12-29T07:28:56Z</dc:date>
    <item>
      <title>Identify a sequence of events on the consecutive change of value of a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Identify-a-sequence-of-events-on-the-consecutive-change-of-value/m-p/625430#M217404</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We index the accesses made on a filer. For each action on a file, events are generated and indexed in Splunk.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The copy of a file does not directly generate a "copy" event but the "Event.System.EventName" field consecutively takes the three values "Open Object", "Get Object Attributes", "Read Object".&lt;/P&gt;&lt;P&gt;This corresponds to three events in Splunk with no real common fields. How to build a query that would identify this consecutive sequence of events to alert us of a file copy ?&lt;/P&gt;&lt;P&gt;Maybe the streamstat command could be used but I can't figure out how.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 16:46:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Identify-a-sequence-of-events-on-the-consecutive-change-of-value/m-p/625430#M217404</guid>
      <dc:creator>vburgun</dc:creator>
      <dc:date>2022-12-28T16:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Identify a sequence of events on the consecutive change of value of a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Identify-a-sequence-of-events-on-the-consecutive-change-of-value/m-p/625449#M217406</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| streamstats window=3 list(event) as last3events
| eval last3events=mvjoin(last3events,",")
| where last3events == "Open,Get,Read"&lt;/LI-CODE&gt;&lt;P&gt;Depending on the order of events for your initial search, you may either need to sort them, or look for "Read,Get,Open"&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 07:28:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Identify-a-sequence-of-events-on-the-consecutive-change-of-value/m-p/625449#M217406</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-12-29T07:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Identify a sequence of events on the consecutive change of value of a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Identify-a-sequence-of-events-on-the-consecutive-change-of-value/m-p/625470#M217420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your help ! It's perfect !&lt;/P&gt;&lt;P&gt;It works for me&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 12:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Identify-a-sequence-of-events-on-the-consecutive-change-of-value/m-p/625470#M217420</guid>
      <dc:creator>vburgun</dc:creator>
      <dc:date>2022-12-29T12:51:24Z</dc:date>
    </item>
  </channel>
</rss>

