LogRules.FilteringTags Property

Definition

List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.

public System.Collections.Generic.IList<Azure.ResourceManager.Datadog.Models.FilteringTag> FilteringTags { get; }
member this.FilteringTags : System.Collections.Generic.IList<Azure.ResourceManager.Datadog.Models.FilteringTag>
Public ReadOnly Property FilteringTags As IList(Of FilteringTag)

Property Value

Applies to