AWS CloudWatch

Supported version: Cloud

Pre-requisites:

  1. Python Script Integration Service deployed on the Gathr Analytics.
  2. Below libraries available on the Gathr Analytics: a. jsonpath_ng b. boto3
  3. All the required roles and permissions for the AWS Cloudwatch.
  4. Client Id, Client Secret and AWS hosted region for the AWS Cloudwatch

Note : Permission required for Cloudwatch is : CloudWatchFullAccess IMPORTANT: Please make sure your AWS Cloudwatch instance must be accessible from the Gathr Analytics Machine.

Operation Details:

Below are the list of all the python scripts operation for the AWS Cloudwatch:

S No.Operation NameDescription
1Alarm HistoryGet all the Alarm History of AWS Cloudwatch.
2Anomaly DetectorsList all Anomaly Detectors of AWS Cloudwatch
3Composit AlarmsGet all Composit Alarms of AWS Cloudwatch
4Dashboard DetailsGet all Dashboard Details of AWS Cloudwatch
5Insight RulesGet all Insight Rules of AWS Cloudwatch
6List DashboardsList all the Dashboards of AWS Cloudwatch
7List MetricsGet a list of all the Metrics of AWS Cloudwatch
8Metric AlarmsGet all Metric Alarms of AWS Cloudwatch

Steps to use AWS Cloudwatch on the Gathr Analytics:

The user needs to follow the below steps:

  • The user needs to upload the Cloudwatch App on the Gathr Analytics and in return it will auto-register all the python scripts on the Gathr Analytics.
  • The user needs to right click on the floor and needs to go to the Scripts->Operations-> AWS Cloudwatch.
  • It will expose all the scripts operations here and the user can run any operation of his/her choice.
Top