Filter Alarm take long time and seems to be applied to all the data

FilterAlarm extension Function for Persepctive Alarm Journal component take somtimes long time...

Alarm Journal Table at [0:2] took 1 minutes to process 2592 alarm query results. Avoid any blocking work in the 'filterAlarm' extension function, and consider using condition filters to reduce the number of query results.

It seems to be applied to all the data regardless the filter configured on component:
filter.condition.source / displayPath / provider ?

in my understanding, the component apply the filter with filter.condition.source / displayPath / provider (and priority filter...) and pass the data to extension Function FilterAlarm

2 Likes