Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example a panel with the name panel-identifier-1 will create a /omk/opEvents/panels/panel-identifier-1

Schema Fields Reference

Field

Type

Required

Description

title

string

Yes

The display name of the panel shown as the title

description

string

Yes

Description of the panel shown in navigation

model

string

Yes

Data model to use (currently "events")

filter

object

Yes

Collection of field:filter_expression pairs

table_schema

string

No

If you wish to use custom table schema

Customising Table Schemas

Filter Expressions

The filter object supports several types of matching, giving you flexibility in how you filter your events. You can choose the matching method that best suits your needs:

...