<?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: Hello, I need to build a alert that fires on the presents of the two Windows Event codes I.E. EventCode=4663 and EventCode=4776, any suggestions in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358430#M164127</link>
    <description>&lt;P&gt;it does thank you&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2017 18:12:00 GMT</pubDate>
    <dc:creator>bluemarvel</dc:creator>
    <dc:date>2017-12-28T18:12:00Z</dc:date>
    <item>
      <title>Hello, I need to build a alert that fires on the presents of the two Windows Event codes I.E. EventCode=4663 and EventCode=4776, any suggestions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358427#M164124</link>
      <description>&lt;P&gt;In order for the alert to work, both Eventcodes have to be activated. &lt;/P&gt;

&lt;P&gt;query | search EventCode=4663 OR EventCode=4776 | table _time,EventCode,Message,  &lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:18:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358427#M164124</guid>
      <dc:creator>bluemarvel</dc:creator>
      <dc:date>2017-12-28T14:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, I need to build a alert that fires on the presents of the two Windows Event codes I.E. EventCode=4663 and EventCode=4776, any suggestions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358428#M164125</link>
      <description>&lt;P&gt;Generally in windows logs for every event there will be one EventCode per event .&lt;/P&gt;

&lt;P&gt;unable to understand the criteria "For triggerring the alert both event codes have to be activated?"&lt;/P&gt;

&lt;P&gt;Per my understanding , does the alert needs to trigger if both the event codes occur with time difference ? &lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 15:31:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358428#M164125</guid>
      <dc:creator>naidusadanala</dc:creator>
      <dc:date>2017-12-28T15:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, I need to build a alert that fires on the presents of the two Windows Event codes I.E. EventCode=4663 and EventCode=4776, any suggestions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358429#M164126</link>
      <description>&lt;P&gt;I am making some assumptions:&lt;BR /&gt;
1.) you expect the events to happen on the same host, and in a specific order (4663 followed by 4776)&lt;BR /&gt;
2.) you expect the events to occur within a specified period of time (300 seconds)&lt;BR /&gt;
3.) you don't care about other events which may have occurred in the meantime.&lt;/P&gt;

&lt;P&gt;In which case the following should give you a result each time the above occurs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;( EventCode=4663 OR EventCode=4776) | transaction host maxspan=300s startswith="EventCode=4663" endswith="EventCode=4776"|table _time,host,EventCode,Message
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Dec 2017 16:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358429#M164126</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-12-28T16:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, I need to build a alert that fires on the presents of the two Windows Event codes I.E. EventCode=4663 and EventCode=4776, any suggestions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358430#M164127</link>
      <description>&lt;P&gt;it does thank you&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 18:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358430#M164127</guid>
      <dc:creator>bluemarvel</dc:creator>
      <dc:date>2017-12-28T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hello, I need to build a alert that fires on the presents of the two Windows Event codes I.E. EventCode=4663 and EventCode=4776, any suggestions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358431#M164128</link>
      <description>&lt;P&gt;no, the suggestion that was provided will suffice, thank you &lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:19:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Hello-I-need-to-build-a-alert-that-fires-on-the-presents-of-the/m-p/358431#M164128</guid>
      <dc:creator>bluemarvel</dc:creator>
      <dc:date>2017-12-28T20:19:59Z</dc:date>
    </item>
  </channel>
</rss>

