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 SourceQuery
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 |
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> |