ElasticsearchLogsFilteringTag

data class ElasticsearchLogsFilteringTag(val action: String, val name: String, val value: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the type of action which should be taken when the Tag matches the name and value. Possible values are Exclude and Include.

Link copied to clipboard

Specifies the name (key) of the Tag which should be filtered.

Link copied to clipboard

Specifies the value of the Tag which should be filtered.