GetMetricFilterResult

data class GetMetricFilterResult(val applyOnTransformedLogs: Boolean? = null, val filterPattern: String? = null, val metricTransformations: List<MetricFilterMetricTransformation>? = null)

Constructors

Link copied to clipboard
constructor(applyOnTransformedLogs: Boolean? = null, filterPattern: String? = null, metricTransformations: List<MetricFilterMetricTransformation>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This parameter is valid only for log groups that have an active log transformer. For more information about log transformers, see PutTransformer. If this value is `true`, the metric filter is applied on the transformed version of the log events instead of the original ingested log events.

Link copied to clipboard
val filterPattern: String? = null

A filter pattern for extracting metric data out of ingested log events. For more information, see Filter and Pattern Syntax.

Link copied to clipboard

The metric transformations.