...
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 |
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:
...