
Hi Basudev,
As of now, a feature development is in progress which is intended to solve this in the future versions. But it might take a while to get this feature in product itself .
Meanwhile, I have tested a workaround in one of the system which uses a custom ldap script to download ldap data and the private tunnel connection (maintained between a collector and main LP) to send LDAP data from collector to main LP and use that as a custom csv enrichment source. To summarize, the workflow is designed as follows:
- Run the custom ldap python script in collector which downloads the LDAP data to collector.
- Use the tunnel connection to transfer the csv file between collector and main LP.
- Transfer the csv file to webserver/static folder and use it as a csv enrichment source that updates regularly.
These 3 steps can then be automated as cronjobs to run automatically daily.
1 comment