https://github.com/qlik-oss/qlik-cloud-automation-analyzer
The Automation Analyzer is an application designed for Qlik Cloud to track and analyze Automation runs within a tenant.
https://github.com/qlik-oss/qlik-cloud-automation-analyzer
monitoring-apps qlik-cloud qlik-sense
Last synced: 2 months ago
JSON representation
The Automation Analyzer is an application designed for Qlik Cloud to track and analyze Automation runs within a tenant.
- Host: GitHub
- URL: https://github.com/qlik-oss/qlik-cloud-automation-analyzer
- Owner: qlik-oss
- License: mit
- Created: 2024-05-15T15:23:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T14:12:01.000Z (5 months ago)
- Last Synced: 2025-04-11T23:49:27.540Z (2 months ago)
- Topics: monitoring-apps, qlik-cloud, qlik-sense
- Homepage:
- Size: 5.62 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
> [!IMPORTANT]
> This project is _community supported_. This means that you should not contact
> Qlik Support for help with these apps. See below for additional information
> on how to raise issues on this repository to ask for help.# Qlik Cloud Automation Analyzer
> **Note**
> This application is one of a set of community built and supported monitoring apps for Qlik Cloud.
> For links to all monitoring apps, visit the [Qlik Cloud Monitoring Apps](https://github.com/qlik-oss/qlik-cloud-monitoring-apps) repository.The Automation Analyzer is a Qlik Sense application built for Qlik Cloud, which
helps you to analyze and monitor Qlik Application Automation runs in your tenant.
Some of the benefits of this application are as follows:
- Track number of automations by type and by user
- Analyze concurrent automations
- Compare current month vs prior month runs
- Analyze failed runs - view all schedules and their statuses
- Tie in Qlik AlertingThis application:
- Pulls a max of 90 days of automation run history, and will then continue to build from there incrementally using QVDs.
- Does not pull in runs that are currently running.
- Should not be used as an audit application.Endpoints:
- audits
- tenants
- spaces
- users
- automations
- automations/{id}/runs/{id}## Installing/ updating
A PDF containing installation instructions is attached to each [release](/../../releases).
## Support policy
This app is provided as-is and is not supported by Qlik. Over time, the APIs and
metrics used by the app may change, so it is advised to monitor this repository
for updates, and to update the app promptly when new versions are available.If you have issues while using this app, support is provided on a best-efforts
basis by contributors to this project.If you have an issue:
- Review the FAQ section in this readme to see if your issue is a common one
- Review open and closed [issues](/../../issues)
- Open a [new issue](/../../issues/new), following the issue templateIf you are able to resolve the issue, then close your issue with the resolution,
and if you feel inclined, open a PR with your proposed changes so that we can
consider including the improvement in the next release of the app.Thank you for your support!