Definition of a historical job.

Hierarchy

  • JobDefinition

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
calculatedFields?: CalculatedField[]

Calculated fields.

Cases used for generating job results.

Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.

from: number

Starting time of data analyzed by the job.

index: string

Index used to load the data.

message: string

Message for generated results.

name: string

Job name.

Options on rules.

Queries for selecting logs analyzed by the job.

Reference tables for the rule.

tags?: string[]

Tags for generated signals.

Cases for generating results from third-party rules. Only available for third-party rules.

to: number

Ending time of data analyzed by the job.

type?: string

Job type.

Generated using TypeDoc