Represents the index exclusion filter object from configuration API.

Hierarchy

  • LogsExclusion

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

isEnabled?: boolean

Whether or not the exclusion filter is active.

name: string

Name of the index exclusion filter.

Generated using TypeDoc