Show / Hide Table of Contents

Class LogsIndexExclusionFilterFilter

Inheritance
System.Object
LogsIndexExclusionFilterFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsIndexExclusionFilterFilter

Fields

View Source

Query

Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.

Declaration
public readonly string Query
Field Value
Type Description
System.String
View Source

SampleRate

The fraction of logs excluded by the exclusion filter, when active.

Declaration
public readonly double? SampleRate
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.