Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 622 Bytes

chan_cwl.md

File metadata and controls

20 lines (10 loc) · 622 Bytes

cwl

This channel type can produce and consume AWS CloudWatch logs.

Options

  1. region (*string) is the region of the AWS Account

  2. groupName (string) is the Cloudwatch Log Group Name

  3. StreamNamePrefix (*string) is the Cloudwatch Log Stream Name prefix

  4. FilterPattern (string) is based on the Cloudwatch Filter Pattern syntax Reference: (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html)

  5. StartTimePadding (*int64) defines the time in seconds to subtract from now

  6. PollInterval (*int64) defines the Cloudwatch log poll time interval in seconds