Accessing AIDA
You can access AIDA user interface from different entry points.
Dynamic Workload Console users can access AIDA with a single sign-on authentication method: authentication to the Dynamic Workload Console enable users to securely authenticate with AIDA. In AIDA, each user is authorized to the same scheduling objects (jobs, job streams, etc...) he is authorized to in the Dynamic Workload Console. As a result, in AIDA, each user can view only KPIs and alerts related to these scheduling objects. Dynamic Workload Console administrators are also AIDA administrators and can work with all KPIs, manage special days, customize prediction tuning parameters, retrain KPIs prediction, pause alerts.
Dynamic Workload Console users can access AIDA from any of the following entry points:
- From the Workload Dashboard of the Dynamic Workload Console
- When anomalies in a KPI trend generate an alert, the alert is notified by AIDA through the Anomaly
Widget on the Workload Dashboard.
For instructions about how to customize the Workload Dashboard with AIDA Anomaly Widget, see the topic Creating a customized dashboard for monitoring in the Dynamic Workload Console User's Guide.
The Anomaly Widget on the Workload Dashboard indicates the number of Anomaly Alerts that have been generated in the last 24 hours. To analyze the alerts, run the following steps:- Click on the Anomaly Widget. A panel opens containing the list of the latest Anomaly
Alerts. For each alert, the following information is displayed:
- Alert severity
- Alert description
- A link to AIDA UI where you can find detailed alert information to quickly identify the root cause of the issue.
- Follow the link for the alert that you want to analyze. For details, see Analyzing an alert instance.
- Click the View all alerts button to view the full list of alerts.
- Click on the Anomaly Widget. A panel opens containing the list of the latest Anomaly
Alerts. For each alert, the following information is displayed:
- From the Dynamic Workload Console, Monitor Job interface
- You can also access AIDA UI to analyze the KPIs
related to a scheduled job, even without any alert notification:
- From the Dynamic Workload Console, Monitor Workload > Monitor Jobs interface, right click on the job that you want to analyze.
- In the drop-down menu, select Open Data Analysis. The KPIs Data Analysis page is opened, where you can analyze all the KPIs trends for the job. For details, see Analyzing KPIs data.
- From the Dynamic Workload Console, Workload Designer interface
- To analyze the KPIs related to a scheduled job, even without any alert notification:
- From the Workload Designer of the Dynamic Workload Console, for the job that you want to analyze click Select an Action.
- In the drop-down menu, select Open Data Analysis. The KPIs Data Analysis page is opened, where you can analyze all the KPIs trends for the job. For details, see Analyzing KPIs data.
The same option is available from the Graphical View, right-clicking on a job.
- DWC_PUBLIC_KEY in the common.env file, during AIDA deployment with Docker.
- aida-nginx.waConsoleCertSecretName in the values.yaml file, during AIDA deployment with Kubernetes.
docker -compose up -d --build
For AIDA Docker installation only, to manage access to AIDA you can optionally use Keycloak.
- From a direct login
- AIDA
administrators can directly login to AIDA user interface by using
a dedicated userid and password. For details about defining users with Keycloak, see Configuring security.
AIDA user interface can be accessed at the link
https://aida-ip:aida-port/
where aida-host and aida-port are the values specified during AIDA deployment.
- By following the link provided in the alert email notification
- By following the link provided in the notification email, administrators can access the alert instance page in AIDA UI and run an anomaly analysis. For details, see Analyzing an alert instance.