Events as context to dashboard blocks

Is it possible to have events as block context in the dashboard, i was looking to make a pie chart of new/acknowledged/resolved counts on the dashboard per device.


I know there is the event list and single event displays which i have up already.
Only way I could think to do this currently would be keep track of current number of each event for each device as an attribute then use that in the pie chart.

Not directly, no - though I like the idea and will file a feature request to add support for that.

One thing you could do is create an experience endpoint to return the data needed and use the JavaScript Fetch API to make the request from within the block code. Check out our documentation for more information on this.

1 Like