All Apps and Add-ons

How can I return the display name for unsuccessful logons with Splunk Support for Active Directory?

sdaghfous
Explorer

How can I return the display name for unsuccessful logons with Splunk Support for Active Directory?

0 Karma

jchampagne_splu
Splunk Employee
Splunk Employee

You'd need to use the ldapfilter command to pull back the user's Display Name from Active Directory.
http://docs.splunk.com/Documentation/SA-LdapSearch/2.1.2/User/Theldapfiltercommand

Assuming you're using the msad-failed-user-logons eventtype, you search would look something like this:

eventtype=msad-failed-user-logons |ldapfilter domain=$dest_nt_domain$ search="(objectClass=$src_user$)" attrs="displayName"
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...