Event Table
This widget shows Alarms & Events in a tabular view. Contains Table and Time Period Pickers
Note: Features marked with (*) are not supported yet.
Model
{
"type": "eventtable",
"dataSource": {
"type": "fetch",
"path": "PATH TO EVENT STREAM OBJECT",
"filter": {}, // (optional) to filter the events.
"project": {},
"sort": {},
"skip": 0,
"limit": 1000
},
"table": {}
}
Optional
Initial starttime
and endtime
can be given to initialize the Time Pickers.
{
"starttime": "2020-10-01T00:00:00.000Z",
"endtime": "2020-10-01T00:00:00.000Z"
}
Containment
The widget contains other widget(s) and can be accessed directly by:
{
"table": {} // Table Widget.
}
See Table widget for details.