AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the PutMetricFilter operation. 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.
The maximum number of metric filters that can be associated with a log group is 100.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class PutMetricFilterRequest : AmazonCloudWatchLogsRequest IAmazonWebServiceRequest
The PutMetricFilterRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
PutMetricFilterRequest() |
Empty constructor used to set properties independently even when a simple constructor is available |
![]() |
PutMetricFilterRequest(string, string, string, List<MetricTransformation>) |
Instantiates PutMetricFilterRequest with the parameterized properties |
Name | Type | Description | |
---|---|---|---|
![]() |
FilterName | System.String |
Gets and sets the property FilterName. A name for the metric filter. |
![]() |
FilterPattern | System.String |
Gets and sets the property FilterPattern. A filter pattern for extracting metric data out of ingested log events. |
![]() |
LogGroupName | System.String |
Gets and sets the property LogGroupName. The name of the log group. |
![]() |
MetricTransformations | System.Collections.Generic.List<Amazon.CloudWatchLogs.Model.MetricTransformation> |
Gets and sets the property MetricTransformations. A collection of information that defines how metric data gets emitted. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0, 1.3
.NET Framework:
Supported in: 4.5, 4.0, 3.5