<?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 can I search Windows security events to track which admin users logged on or off our domain computer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-search-Windows-security-events-to-track-which-admin/m-p/256479#M49281</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;How can I use Window security events to track which admin users ("&lt;EM&gt;-admin&lt;/EM&gt;") did log on or log off into our domain computer? &lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2016 18:09:03 GMT</pubDate>
    <dc:creator>pateld</dc:creator>
    <dc:date>2016-05-17T18:09:03Z</dc:date>
    <item>
      <title>How can I search Windows security events to track which admin users logged on or off our domain computer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-search-Windows-security-events-to-track-which-admin/m-p/256479#M49281</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;How can I use Window security events to track which admin users ("&lt;EM&gt;-admin&lt;/EM&gt;") did log on or log off into our domain computer? &lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 18:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-search-Windows-security-events-to-track-which-admin/m-p/256479#M49281</guid>
      <dc:creator>pateld</dc:creator>
      <dc:date>2016-05-17T18:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I search Windows security events to track which admin users logged on or off our domain computer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-search-Windows-security-events-to-track-which-admin/m-p/256480#M49282</link>
      <description>&lt;P&gt;First you need to build a list of Domain Controllers and save it as a lookup.  Let's assume that you have done this and it has a single column/field called &lt;CODE&gt;host&lt;/CODE&gt; and is in a lookup definition called &lt;CODE&gt;DCs&lt;/CODE&gt; (pointing to a lookup file called anything you like).  Then you can do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=yourIndexHere "Account Name" = "*-admin*" (EventCode="538" OR EventCode="4634" OR EventCode="528" OR EventCode="540" OR EventCode="4624" OR EventCode="551" OR EventCode="4647") [|inputlookup DCs] 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 29 May 2016 01:36:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-search-Windows-security-events-to-track-which-admin/m-p/256480#M49282</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-29T01:36:09Z</dc:date>
    </item>
  </channel>
</rss>

