Hi guys,
Our company has Alteryx server running. Per compliance requirement of my company, we have to audit log all activities on Alteryx server.
Let's say, user A run workflow number 1 at 2018-11-20 16:00:00 and the workflow runs successfully/fails.
We want to have only one record like this generated every time a workflow runs and then write it our database.
I know Alteryx server will generate log itself. But the log data is too detailed.
So forget about writing back to database for now, my question is:
1. How can we generate a record like that every time a workflow runs? Is it possible? Or can we get the information I need by parsing the log data?
2. If we can get records like that, how and where can we store those information?
Any idea will be appreciated and thanks advance for all your help.