The log query.

Hierarchy

  • LogQueryDefinition

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

Define computation for a log query.

List of tag prefixes to group by in the case of a cluster check.

index?: string

A coma separated-list of index names. Use "*" query all indexes at once. Multiple Indexes

multiCompute?: LogsQueryCompute[]

This field is mutually exclusive with compute.

The query being made on the logs.

Generated using TypeDoc