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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...