Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Nilesh_999
Partner - Contributor
Partner - Contributor

How to get application reload logs out of SaaS tenant.

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 ?

 

Labels (1)
  • Cloud

1 Reply
BenjaminT
Partner - Creator
Partner - Creator

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.