The Log Stream displays a log flow matching the defined query. Only available on FREE layout dashboards.

Hierarchy

  • LogStreamWidgetDefinition

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
columns?: string[]

Which columns to display on the widget.

indexes?: string[]

An array of index names to query in the stream. Use [] to query all indexes at once.

logset?: string

ID of the log set to use.

messageDisplay?: WidgetMessageDisplay

Amount of log lines to display

query?: string

Query to filter the log stream with.

showDateColumn?: boolean

Whether to show the date column or not

showMessageColumn?: boolean

Whether to show the message column or not

Which column and order to sort by

time?: WidgetTime

Time setting for the widget.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the log stream widget.

Generated using TypeDoc