<?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: Collecting logon/logoff logs from Active Directory in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238058#M46237</link>
    <description>&lt;P&gt;When you say "DNS, Users and Groups" are not found, what do you mean exactly by that?&lt;BR /&gt;
Did you activate a GPO to audit Logon/Logoff events? &lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2017 14:28:39 GMT</pubDate>
    <dc:creator>tfellinger</dc:creator>
    <dc:date>2017-01-13T14:28:39Z</dc:date>
    <item>
      <title>Collecting logon/logoff logs from Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238057#M46236</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am trying to get the Windows Infrastructure all configured. For the most part I think I have it configured right but something are not working. I would like to collect logon/logoff logs from AD.&lt;/P&gt;

&lt;P&gt;I follow the docs about Windows Apps Infra and put Add-ons on my Splunkforwarder ( AD domain ) etc&lt;/P&gt;

&lt;P&gt;Domains, domain controllers, Group policy and Organizational Units are found but DNS, Users and Groups are not found.&lt;/P&gt;

&lt;P&gt;Any help to get this working would be appreciated.&lt;/P&gt;

&lt;P&gt;Excuse my English&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Geoffrey&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 10:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238057#M46236</guid>
      <dc:creator>Djow</dc:creator>
      <dc:date>2017-01-13T10:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting logon/logoff logs from Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238058#M46237</link>
      <description>&lt;P&gt;When you say "DNS, Users and Groups" are not found, what do you mean exactly by that?&lt;BR /&gt;
Did you activate a GPO to audit Logon/Logoff events? &lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238058#M46237</guid>
      <dc:creator>tfellinger</dc:creator>
      <dc:date>2017-01-13T14:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting logon/logoff logs from Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238059#M46238</link>
      <description>&lt;P&gt;On the installation for  Windows Infrastructure , After checking data, the App detects features to collect and then disable DNS, Users, Computers and Groups &lt;BR /&gt;
However, on the Eventviewer on my Windows(AD controller and domain) and on Splunk research , i see the " Event ID 4624" that correspond to logon/logoff.&lt;BR /&gt;
GPO to audit  Audit account logon events, account management, logon events and Powershell are activated.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:16:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238059#M46238</guid>
      <dc:creator>Djow</dc:creator>
      <dc:date>2017-01-13T15:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting logon/logoff logs from Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238060#M46239</link>
      <description>&lt;P&gt;Hi Djow,&lt;BR /&gt;
Collecting logon/logoff from Windows is difficult because every access generates 10-12 events and there are many automatic accesses of services, so it's difficult to display the real accesses to systems.&lt;BR /&gt;
I filtered taking &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Login EventCode=4624 OR EventCode=524&lt;/LI&gt;
&lt;LI&gt;Logfail EventCode=4625 OR EventCode=529&lt;/LI&gt;
&lt;LI&gt;Logout EventCode=4647 OR EventCode=551
and&lt;/LI&gt;
&lt;LI&gt;Logon_Type=2 OR Logon_Type=10)
and making dedup for _time User host&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Instead to have the active sessions I used a simple script for systems greater than 2008 seven:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;@echo off
REM --------------------------------------
REM Controllo delle sessioni utente attive
REM --------------------------------------

REM Get event date and time
set date_time=%date% %time%

REM Print the event date and time, this will be the event timestamp
echo Current time: %date_time%

REM print the current user session
query user
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:26:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238060#M46239</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting logon/logoff logs from Active Directory</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238061#M46240</link>
      <description>&lt;P&gt;I found something about logs, i use Windows Server 2012 R2 in french and dashboards on Windows Infrastructure App don't read french logs so it didn't work. &lt;BR /&gt;
Is there a way to resolve this ?&lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;

&lt;P&gt;Geoffrey&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 14:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Collecting-logon-logoff-logs-from-Active-Directory/m-p/238061#M46240</guid>
      <dc:creator>Djow</dc:creator>
      <dc:date>2017-01-17T14:08:24Z</dc:date>
    </item>
  </channel>
</rss>

