All Apps and Add-ons

SA-LDAP field extraction

rajindurbal
Path Finder

How to make ldap search data searchable in Splunk Enterprise. I was able to run the following search within the add-on but when I collect the data the fields are no longer extracted.

| ldapsearch domain=default search="(objectClass=user)"
| collect index=summary

Could you tell me what I need to do to make this work or if it is even possible without creating a table of every field.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

It should work, but have you tried this?

| ldapsearch domain=default search="(objectClass=user)"
| table *
| collect index=summary
---
If this reply helps you, Karma would be appreciated.

rajindurbal
Path Finder

Thank you. This did work for me!

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...