Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
We are in initial phase to move our Qlik sense enterprise applications on to the SaaS tenant . The very basic query we are struggling with alerting on application failure. On existing Sense enterprise platform (GCP machine) we have separate feature to read the application reload logs and generate the alert on failures. For SaaS based application also we want to get alerting through existing mechanism.
is there any way to get the app reload logs out of SaaS tenant and store on the GCP platform ?
Not sure if you can get any built-in logs, but you could create your own log using an Automation.
First you would need an "App Reload Finished" block, with Run Mode = 'Webhook' and Event = 'App Reload Finished'. This will automatically trigger the automation when an app (or group of apps) that you specify reloads (or fails to reload)
Then a second block "Get Reload Record", linked to the first block's 'ReloadID'. This block's output contains the reload log text.
Finally, you could write the output of the Reload Record block to a file and location of your choice. Might be a bit of work to setup but this could be a solution for you.