ecs_composex icon indicating copy to clipboard operation
ecs_composex copied to clipboard

[FR] services.x-logging.LogFilters

Open JohnPreston opened this issue 3 years ago • 0 comments

When using AWS CloudWatch (possibly support FireLens + cloudwatch) I would like an easy way to create metrics filters.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html

services:
  my-app:
    x-logging:
      LogFilters:
        Filters: [AWS::Logs::MetricFilter]

CW Names will be auto-generated for these.

JohnPreston avatar Jul 04 '22 19:07 JohnPreston