Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Request Analytics History

WilliamD
New Contributor III
New Contributor III

Hello,

I want to compare the 2 last results of an analytics, For example, a same analytics is executed one time one day, and another time the next day, I want to make a delta on the both result.

Is it possible to create a Analytics to have the difference ?

I found a way to request the data inside one analytics history, but not both in a same time.

https://docs.saviyntcloud.com/bundle/SSM-Admin-v55x/page/Content/Chapter16-SSM-Analytics/Managing-An...

WilliamD_0-1679489589932.png

Thanks

 

6 REPLIES 6

ParitaSavla
Saviynt Employee
Saviynt Employee

You can use the compare feature in analytics history for your use case. 

Run the particular analytics and then run history as shown in the screenshot below:

ParitaSavla_0-1679504065522.png

This will then take you to the Analytics History page. You can select the two runs that you would want to compare and click on the compare button to give you details regarding the difference between the two runs.

ParitaSavla_1-1679504230999.pngPlease find attached document link for additional details: 

https://docs.saviyntcloud.com/bundle/EIC-Admin-v2022x/page/Content/Chapter17-EIC-Analytics/Comparing...

WilliamD
New Contributor III
New Contributor III

Thanks for this manually solution,

But is there a way to have this result automatically in an analytics ?

In fact I want to create a tile in a dashboard, to detect if there is new entitlement compared to yesterday.




ParitaSavla
Saviynt Employee
Saviynt Employee

what method did you use to  request the data inside one analytics history? 

WilliamD
New Contributor III
New Contributor III

I created an analytics using elasticsearch query,  for example:

{
"_source": {
"excludes": [
"headers",
"@version",
"@timestamp",
"updateDate",
"analyticsHistoryKey",
"comments",
"analyticsConfig",
"hashCode",
"fulRun",
"status"
]
},
"query": {
"bool": {
"must": [
{
"term": {
"analyticsHistoryKey": {
"value": "a09eccc04d1f4049a98fdc2c89e983ed",
"boost": 1
}
}
}
],
"must_not": [],
"should": []
}
},
"from": 0,
"sort": [],
"aggs": {}
}

You can raise idea ticket to provide compared data API 

https://ideas.saviynt.com/


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

ParitaSavla
Saviynt Employee
Saviynt Employee

I think the manual comparison is the best option as I do not see a way to extract two reports from ES at the same time and compare the results.