<?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: Active Directory User Logon Failures in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26210#M4301</link>
    <description>&lt;P&gt;does the "User Logon Failures tab" work now?&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2013 14:34:00 GMT</pubDate>
    <dc:creator>phoffman_splunk</dc:creator>
    <dc:date>2013-05-07T14:34:00Z</dc:date>
    <item>
      <title>Active Directory User Logon Failures</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26207#M4298</link>
      <description>&lt;P&gt;I've got the Active Directory app installed, and everything is working except the User Logon Failures tab. The search is:&lt;/P&gt;

&lt;P&gt;search eventtype=msad-failed-user-logons (host="HOSTNAME") | fields _time,signature,src_ip,src_host,src_nt_domain,user,Logon_Type&lt;/P&gt;

&lt;P&gt;However, the data is coming in tagged with the host as "HOSTNAME.domain". If I modify the search manually to say:&lt;/P&gt;

&lt;P&gt;search eventtype=msad-failed-user-logons (host="HOSTNAME.domain") | fields _time,signature,src_ip,src_host,src_nt_domain,user,Logon_Type&lt;/P&gt;

&lt;P&gt;Everything works. Is there a conf file I need to change somewhere?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:50:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26207#M4298</guid>
      <dc:creator>omatsei</dc:creator>
      <dc:date>2020-09-28T13:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory User Logon Failures</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26208#M4299</link>
      <description>&lt;P&gt;Assuming your on 1.1.4 since you just installed, check in your ldap.conf file and add the attribute alternatedomain in your domain stanza; so it will look something like:&lt;/P&gt;

&lt;P&gt;[HOSTNAME.domain]&lt;BR /&gt;
alternatedomain=HOSTNAME&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/ActiveDirectory/1.1.4/DeployAD/ConfiguretheSA-ldapsearchsupportingaddon"&gt;http://docs.splunk.com/Documentation/ActiveDirectory/1.1.4/DeployAD/ConfiguretheSA-ldapsearchsupportingaddon&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 14:17:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26208#M4299</guid>
      <dc:creator>phoffman_splunk</dc:creator>
      <dc:date>2013-05-07T14:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory User Logon Failures</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26209#M4300</link>
      <description>&lt;P&gt;I just added hat. Is there any way to test that app?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 14:25:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26209#M4300</guid>
      <dc:creator>omatsei</dc:creator>
      <dc:date>2013-05-07T14:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory User Logon Failures</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26210#M4301</link>
      <description>&lt;P&gt;does the "User Logon Failures tab" work now?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 14:34:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26210#M4301</guid>
      <dc:creator>phoffman_splunk</dc:creator>
      <dc:date>2013-05-07T14:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory User Logon Failures</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26211#M4302</link>
      <description>&lt;P&gt;No, if I select "Security" then "User Utilization", it says "No matching fields exist", and no results under any of the boxes.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 14:42:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26211#M4302</guid>
      <dc:creator>omatsei</dc:creator>
      <dc:date>2013-05-07T14:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory User Logon Failures</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26212#M4303</link>
      <description>&lt;P&gt;The host field is set on the Universal Forwarder configuration, and we expect it to be the plaintext host without the domain, which is normally how it happens.  Unfortunately, the app is not written in a way that support host.domain tagging for the host.  You will need to modify the app to support that.&lt;/P&gt;

&lt;P&gt;Please feel free to file an enhancement request with out support group if you have a support contract.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 18:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26212#M4303</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2013-05-07T18:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory User Logon Failures</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26213#M4304</link>
      <description>&lt;P&gt;I don't understand. I installed the Universal Forwarder on 5 domain controllers, as it required for the active directory app. Considering everything I've done is a completely out-of-the-box install, how can it not work?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 18:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26213#M4304</guid>
      <dc:creator>omatsei</dc:creator>
      <dc:date>2013-05-07T18:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Active Directory User Logon Failures</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26214#M4305</link>
      <description>&lt;P&gt;Maybe I'm not explaining it right. The data is coming in tagged as "domaincontroller.domain", but I want it to be tagged as "domaincontroller". All the other data from the same domain controller, using the universal forwarder, is tagged as "domaincontroller". Why are the fields for the security stuff tagged differently?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 18:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Active-Directory-User-Logon-Failures/m-p/26214#M4305</guid>
      <dc:creator>omatsei</dc:creator>
      <dc:date>2013-05-07T18:45:16Z</dc:date>
    </item>
  </channel>
</rss>

