Get Modern Folder FullyQualifiedName as Index in Log Target

Hi @rdgagp ,
I tried few more things to fetch the folder name (not just folder-ID) and directly apply to the index name, but I think without UiPath including the FQN as event property this will not work.

I also created a very cumbersome workaround, but in comparison to this I think managing access to indices by mapping folder-IDs to users is going to be easier.

I manually created a sperate target for each folder (paying attention to the ES index-naming-convention)


and a separate logger rule for each (sub-)folder

This creates log entries in in a sperate index for each folder where hereditary access to index pattern could be configured.


But even with scripts that fetch the folder structure from Orchestrator via API and automatically creates the log targets, this is going to be quite cumbersome.
And the performance will also take a dive once there are a lot of folders.

1 Like