Class SecurityMonitoringRuleNewValueOptions

Options on new value detection method.

Hierarchy

  • SecurityMonitoringRuleNewValueOptions

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

The duration in days after which a learned value is forgotten.

instantaneousBaseline?: boolean

When set to true, Datadog uses previous values that fall within the defined learning window to construct the baseline, enabling the system to establish an accurate baseline more rapidly rather than relying solely on gradual learning over time.

The duration in days during which values are learned, and after which signals will be generated for values that weren't learned. If set to 0, a signal will be generated for all new values after the first value is learned.

The learning method used to determine when signals should be generated for values that weren't learned.

A number of occurrences after which signals will be generated for values that weren't learned.

Generated using TypeDoc