Share all details related to your problem, including any error messages you may have received.
Hello Team,
Upon importing files using sp.init-custom.xml, when we review the Audit in Advanced Analytics, it displays the Deployment Target as sp.init-custom.xml instead of providing a list of the files that were imported using this file.
(as in attached screenshot)
How can we accurately track the files that were imported using the sp.init-custom.xml file?
Is there anyway to easily track the imports using this file ?
The current display in Advanced Analytics mirrors the format depicted in the image below.
After importing using IQ Console, logs will be printed on Console.
But I want details of who imported files details to be displayed on SailPoint > Advanced analytics > Audit.
So that we can visit here and validate what all changes were implemented in previous month.
Also, I am searching a way where these details can be easily monitored and recorded.
Here, sailpoint.launch.Launcher is being used to run the command. You can find the details of the class in Identityiq.jar file. You can make necessary changes in the class or create new class with you custom logic to send notification.
As it’s running inside SailpointContext, so all the objects can be available for your use (e.g. EmailOptions, EmailTemplates etc).
read the xml file which sent as an argument to the method in the launch class.
Iterate the xml to get the file names.
Preapre a csv.
Use EmailTemplate and EmailOptions to attach the csv and send to the users.