- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2016 03:05 AM
Hi friends,
I am new with Amazon AWS Cloudwatch. I want to integrate the cloudwatch with my instance.
Any kind of help or information will be appreciated.
thanks
Regars
madhava.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2017 02:29 AM
Hi Amruta, below is the answer
1 Overview
You can configure AWS andEvent Management event rules to send alarms to Event Management. AWS CloudWatch requires integration to receive alarms as events.
Role required: evt_mgmt_integration
The system extracts information from CloudWatch alerts to populate required event fields to be able to map to a CI using the AWS resource ID, and to get the event type (for example, VolumeReadOps). The system captures the content in the additional_info field so you can use a transform rule to parse the content further depending on your business needs. The base system can perform TCA on the events from CloudWatch.
1.1 Procedure
- On the AWS console, select SNS and create a new SNS topic if one does not already exist.
- Under the topic, create a new subscription. Take the Topic ARN from the topic that you created. Set Protocol to https, and set Endpoint to https://<user>:<password>@<instance>/evt_mgmt_proc.do
- Wait until the subscription goes from Pending to Confirmed and the subscription ARN is populated.
- Create alarms in CloudWatch and link them to the SNS topic that you just created.
- Navigate to Event Management > Event Rules.
- Create a rule for the event from the unmapped events to manage the following incoming values from AWS CloudWatch:
Data from AWS | Event field |
---|---|
node | node |
type | type |
description | description |
alarm body | additional_information |
AWS CloudWatch source | source |
Original source instance and SNC topic | event_class. Appears as Source Instance in the UI. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2017 01:18 AM
Hi Madhava
Were you able to implement this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2017 02:29 AM
Hi Amruta, below is the answer
1 Overview
You can configure AWS andEvent Management event rules to send alarms to Event Management. AWS CloudWatch requires integration to receive alarms as events.
Role required: evt_mgmt_integration
The system extracts information from CloudWatch alerts to populate required event fields to be able to map to a CI using the AWS resource ID, and to get the event type (for example, VolumeReadOps). The system captures the content in the additional_info field so you can use a transform rule to parse the content further depending on your business needs. The base system can perform TCA on the events from CloudWatch.
1.1 Procedure
- On the AWS console, select SNS and create a new SNS topic if one does not already exist.
- Under the topic, create a new subscription. Take the Topic ARN from the topic that you created. Set Protocol to https, and set Endpoint to https://<user>:<password>@<instance>/evt_mgmt_proc.do
- Wait until the subscription goes from Pending to Confirmed and the subscription ARN is populated.
- Create alarms in CloudWatch and link them to the SNS topic that you just created.
- Navigate to Event Management > Event Rules.
- Create a rule for the event from the unmapped events to manage the following incoming values from AWS CloudWatch:
Data from AWS | Event field |
---|---|
node | node |
type | type |
description | description |
alarm body | additional_information |
AWS CloudWatch source | source |
Original source instance and SNC topic | event_class. Appears as Source Instance in the UI. |

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2018 04:44 PM
We just wrote a detailed article about this, including source code, that does much of the work for you: How to automatically create an incident in ServiceNow from an Amazon AWS CloudWatch alarm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2023 03:08 AM
Hi Grant,
The given link is not working, can you please check and provide an updated list.
Thank you