Sha256: 12726e6bd6d3ac61ea8cccc21a5635e68254b3c9d57a8f662f12b8af59917787

Contents?: true

Size: 999 Bytes

Versions: 16

Compression:

Stored size: 999 Bytes

Contents

AWS::Logs::MetricFilter:
  Properties: 
    FilterPattern: |
      ["timestamps", "ip_addresses", "error_codes = 1234*", "size", "..."]
    LogGroupName: "\"The name of an existing log group that you want to associate with this metric filter.\""
    MetricTransformations: |
     [
       {
         "MetricName" => "The name of the CloudWatch metric to which the log information will be published.",
         "MetricNamespace" => "The destination namespace of the CloudWatch metric. Namespaces are containers for metrics. For example, you can add related metrics in the same namespace.",
         "MetricValue" => "The value that is published to the CloudWatch metric. For example, if you're counting the occurrences of a particular term like Error, specify 1 for the metric value. If you're counting the number of bytes transferred, reference the value that is in the log event by using $ followed by the name of the field that you specified in the filter pattern, such as $size."
       }
     ]

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cfnlego-0.6.3 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.6.2 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.6.1 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.6.0 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.5.1 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.5.0 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.4.0 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.3.6 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.3.5 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.3.4 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.3.3 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.3.2 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.3.1 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.3.0 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.2.9 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml
cfnlego-0.2.8 lib/cfnlego/resources/AWS/Logs/MetricFilter.yaml