We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

ES - Tile for failure in execution of Rules

mohankota21
New Contributor
New Contributor

Failure in execution of technical/update rules is covered by the execution trail function.
Is there a way though to get a 24hr or 7day cumulative statistic on this and put it into an ES-Tile?

Regards,

Mohan Siva Teja Kota

2 REPLIES 2

sagars
Saviynt Employee
Saviynt Employee

@mohankota21,

You can create a analytics and dashboards around the userrulerundata/userrulerundata_archive tables to come up with cumulitive stats as per your needs.

Regards,
Sagar Srikantaiah

rushikeshvartak
All-Star
All-Star

select * from userrulerundata where processed= false
AND UPDATEDATE> DATE_SUB(NOW(),INTERVAL 7 DAY)


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.