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.

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.

Job options.

Queries for selecting logs analyzed by the job.

Reference tables used in the queries.

tags?: string[]

Tags for generated signals.

Cases for generating results from third-party detection method. Only available for third-party detection method.

to: number

Ending time of data analyzed by the job.

type?: string

Job type.

Generated using TypeDoc