paws.management (version 0.1.0)

cloudwatchlogs_put_metric_filter: Creates or updates a metric filter and associates it with the specified log group

Description

Creates or updates a metric filter and associates it with the specified log group. Metric filters allow you to configure rules to extract metric data from log events ingested through PutLogEvents.

Usage

cloudwatchlogs_put_metric_filter(logGroupName, filterName,
  filterPattern, metricTransformations)

Arguments

logGroupName

[required] The name of the log group.

filterName

[required] A name for the metric filter.

filterPattern

[required] A filter pattern for extracting metric data out of ingested log events.

metricTransformations

[required] A collection of information that defines how metric data gets emitted.

Request syntax

svc$put_metric_filter(
  logGroupName = "string",
  filterName = "string",
  filterPattern = "string",
  metricTransformations = list(
    list(
      metricName = "string",
      metricNamespace = "string",
      metricValue = "string",
      defaultValue = 123.0
    )
  )
)

Details

The maximum number of metric filters that can be associated with a log group is 100.