Is it possible to index folders using the filesystem connector?
The goal is to be able to browse a file structure via IDOL queries
The solution I have come up with doesn't work for traversing through multiple levels of folders with no contents
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
On a per document basis, you can write a Lua script in connector that splits DREREFERENCE into fields that represent the folder structure. Lua parse_csv() where delimiter is / should work.
I think this is what you were asking to do. If not, then please re-phrase.
Sorry for delay in responding. Yes, it's been too long.
send_aci_action() or send_aci_command() sending a=ingest to CFS should work.
And after thinking about this a bit more, you'll surely end up with lots of duplicate folders. This suggests that DRECOMPACT to accommodate the increased DREADDs that end up replacing prior version of "folder" IDOL document should be a consideration.