Triggers
New CloudWatch Log Group Event
Triggers a workflow on every new CloudWatch log group event created.
Workflows based on this trigger will search for new events every 5 minutes.
Basic Parameters
Parameter | Description |
---|---|
AWS Region | Enter the desired AWS Region.If no Region is specified, and the requested service supports Regions, AWS routes the request to us-east-1 by default. |
Filter Pattern | The filter pattern to use. For more information, see Filter and Pattern Syntax (https:docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html).If not provided, all the events are matched. |
Log Group Name | The name of the log group to search. |
Advanced Parameters
Parameter | Description |
---|---|
Log Stream Name Prefix | Filters the results to include only events from log streams that have names starting with this prefix.If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error. |
Sample Event
Was this page helpful?