compose-x / ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
https://docs.compose-x.io
Mozilla Public License 2.0
160 stars 16 forks source link

[FR] services.x-logging.LogFilters #638

Open JohnPreston opened 2 years ago

JohnPreston commented 2 years ago

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.