Definition of a historical job based on a security monitoring rule.

Hierarchy

  • JobDefinitionFromRule

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
caseIndex: number

Index of the rule case applied by the job.

from: number

Starting time of data analyzed by the job.

id: string

ID of the detection rule used to create the job.

index: string

Index used to load the data.

notifications?: string[]

Notifications sent when the job is completed.

to: number

Ending time of data analyzed by the job.

Generated using TypeDoc