Hello
I have a search head configured with assets and identity from current ad domain.
I have 5 more ad domains without trust and on different networks.
In each domain / network I have a HF sending data to indexers.
How can I set those domains to send assets and identity information to my search head?
Thank you
Thank you!
I will test option B.
Hi @Amire22
I think you should be able to configure additional domains exactly the same way you did the first one; asset & identity data must ultimately reside in lookups (CSV or KV-store) on the ES search head, those files are not forwarded automatically by indexers/HFs.
index=identity sourcetype=ldap_identities | eval category="normal" | lookup update=true identities.csv identity OUTPUTNEW * | outputlookup identities.csv
ES does not care where the data comes from as long as the final lookups exist on the search head. Multiple domains, lack of trust, or separate networks are irrelevant; you only need LDAP connectivity from whichever Splunk instance is executing the LDAP query.
You should probably add a domain/prefix field to your A&I lookups to show which domain the entity originates.
If you end up with a large CSV lookup consider switching to KV-store lookup.
More info on apps/addons for bringing in assets/identities info can be found at https://help.splunk.com/en/splunk-enterprise-security-8/administer/8.0/asset-and-identity-management...
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing