Please share any images or screenshots, if relevant.
[Please insert images here, otherwise delete this section]
Please share any other relevant files that may be required (for example, logs).
[Please insert files here, otherwise delete this section]
Share all details about your problem, including any error messages you may have received.
Azure AD application account aggregation task is taking approx. 6 hrs in production to complete, having around 70k users. We have used below ways to optimize the
Disable optimization of unchanged accounts unchecked.
Used partitioning
But the time taken by doing above changes did not impact the aggregation timing.
We have customization rule for this application and want to skip this rule if the account is optimized to reduce time. Is there any way we can find optimized accounts either through any API to use it skip accounts? Please suggest other ways by which we can reduce the aggregation time.
Hi @paul_hilchey, we have not enabled any additional configuration like you mentioned. As per latest aggregation 19k changed accounts were detected out of 58k.
@MeghaB, that’s a lot of changed accounts. How often are you running an account aggregation?
Are you aggregating something that changes a lot, such as the last login time?
Are most accounts being optimized? You may want to set a logger for sailpoint.api.Aggregator to debug and tail the logs. It will tell you why the account is not getting optimized. You only need to keep logging on until you find the attributes that are suspect and you can disable the logging. Don’t do trace level it will be very noisy.