Class SecurityMonitoringSignalRuleResponseQuery

Query for matching rule on signals.

Hierarchy

  • SecurityMonitoringSignalRuleResponseQuery

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 aggregation type.

correlatedByFields?: string[]

Fields to correlate by.

correlatedQueryIndex?: number

Index of the rule query used to retrieve the correlated field.

defaultRuleId?: string

Default Rule ID to match on signals.

distinctFields?: string[]

Field for which the cardinality is measured. Sent as an array.

groupByFields?: string[]

Fields to group by.

metrics?: string[]

Group of target fields to aggregate over.

name?: string

Name of the query.

ruleId?: string

Rule ID to match on signals.

Generated using TypeDoc