Skip to content

Bots From Extension: aws-cloudwatch-v2

AWS CloudWatch - Logs and Metric collection from AWS Cloudwatch

This extension provides 5 bots.





Bot @aws-cw-v2:log-events

Bot Position In Pipeline: Source

Collect log events from the specified log stream AWS CloudWatch Logs

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
region* Text AWS Region Name.
log_group_name* Text The name of the log group to search.
timestamp* DateTime Collects the data for a specified time period, supports CFXQL format.
pattern Text The filter pattern to use.







Bot @aws-cw-v2:log-groups

Bot Position In Pipeline: Source

List the specified log groups from AWS CloudWatch Logs

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
region* Text AWS Region Name







Bot @aws-cw-v2:metric-alarms

Bot Position In Pipeline: Source

Collect active metric alarms from AWS CloudWatch

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
region* Text AWS Region Name







Bot @aws-cw-v2:metric-data

Bot Position In Pipeline: Source

Collect metric data for a specified time period from AWS CloudWatch

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
region* Text AWS Region Name
namespace* Text AWS Cloudwatch Namespace.
metric_name* Text The name of the metric.
timestamp* DateTime Collects the data for a specified time period, supports CFXQL format.
stat Text Average The statistic to return. It can include any CloudWatch statistic or extended statistic.
interval Text 60m The granularity of the returned data points.

This bot also accepts wildcard parameters. Any additional name = 'value' parameters are passed to the bot.







Bot @aws-cw-v2:metrics-list

Bot Position In Pipeline: Source

Collect metric list information from AWS CloudWatch

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
region* Text AWS Region Name