Hello! Can I get some guidance on how to use the log data in LeanIX for reporting purposes? At the moment I can only see how to use the factsheet data readily available in the Inventory tab, but nothing on the log details of the fact sheet.
Hi
In addition to viewing the log in the Last Update tab of each fact sheet (https://docs-eam.leanix.net/docs/collaborating-and-managing-data-in-fact-sheets#reviewing-the-fact-sheet-update-log), you can access it programatically using the GraphQL API. See here for details: https://docs-eam.leanix.net/reference/get-event-logs-for-a-fact-sheet
Hope it helps.
Cheers.
Hi
In addition to
https://docs-eam.leanix.net/docs/conduct-a-data-snapshot
Hi
Hi
In addition to what
We have done it to replicate audit logs to our data platform on Azure.
It requires the following step:
Step 1 = call the /exports/fullexport endpoint to create the log file
Step 2 = call the /exports endpoint to detect when you export has been generated
Step 3 = call the /exports/download endpoint to get the export file
Step 4 = we created an Azure function using Python code to extract from the export file the information we needed.
We have never found any feature in the leanIX reporting module that can use those logs.
…and if you don’t want to develop
https://doc.aronis.de/utils/leanix_client.html#LeanIXClient.download_snapshot
So many options - I’m sure you will find the one that works best for you :-)
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.