You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AWS CloudWatch](https://aws.amazon.com/cloudwatch/) is a monitoring and observability service that provides data and actionable insights for AWS resources, applications, and services. CloudWatch collects monitoring and operational data in the form of logs, metrics, and events, giving you a unified view of your AWS environment.
15
+
16
+
With the CloudWatch integration, you can:
17
+
18
+
-**Query Logs (Insights)**: Run CloudWatch Log Insights queries against one or more log groups to analyze log data with a powerful query language
19
+
-**Describe Log Groups**: List available CloudWatch log groups in your account, optionally filtered by name prefix
20
+
-**Get Log Events**: Retrieve log events from a specific log stream within a log group
21
+
-**Describe Log Streams**: List log streams within a log group, ordered by last event time or filtered by name prefix
22
+
-**List Metrics**: Browse available CloudWatch metrics, optionally filtered by namespace, metric name, or recent activity
23
+
-**Get Metric Statistics**: Retrieve statistical data for a metric over a specified time range with configurable granularity
24
+
-**Publish Metric**: Publish custom metric data points to CloudWatch for your own application monitoring
25
+
-**Describe Alarms**: List and filter CloudWatch alarms by name prefix, state, or alarm type
26
+
27
+
In Sim, the CloudWatch integration enables your agents to monitor AWS infrastructure, analyze application logs, track custom metrics, and respond to alarm states as part of automated DevOps and SRE workflows. This is especially powerful when combined with other AWS integrations like CloudFormation and SNS for end-to-end infrastructure management.
28
+
{/* MANUAL-CONTENT-END */}
29
+
30
+
13
31
## Usage Instructions
14
32
15
33
Integrate AWS CloudWatch into workflows. Run Log Insights queries, list log groups, retrieve log events, list and get metrics, and monitor alarms. Requires AWS access key and secret access key.
@@ -155,6 +173,34 @@ Get statistics for a CloudWatch metric over a time range
155
173
|`label`| string | Metric label |
156
174
|`datapoints`| array | Datapoints with timestamp and statistics values |
157
175
176
+
### `cloudwatch_put_metric_data`
177
+
178
+
Publish a custom metric data point to CloudWatch
179
+
180
+
#### Input
181
+
182
+
| Parameter | Type | Required | Description |
183
+
| --------- | ---- | -------- | ----------- |
184
+
|`awsRegion`| string | Yes | AWS region \(e.g., us-east-1\)|
185
+
|`awsAccessKeyId`| string | Yes | AWS access key ID |
'Integrate AWS CloudWatch into workflows. Run Log Insights queries, list log groups, retrieve log events, list and get metrics, and monitor alarms. Requires AWS access key and secret access key.',
0 commit comments