Question
Why is the audit report generating with Null value for an entity's URI? We need details for this URI.
Answer
Reindex the entity with activityFullReindex=true and enableV2Activities=true.
POST https://<environment>.reltio.com/reltio/api/<tenantId>/reindexActivities?activityFullReindex=true&enableV2Activities=true
To reindex all activities in Elastic Search (ES), the activityFullReindex
parameter must be used. However, it can cause a significant load on ES and performance degradation.
If this does not fix the issue, it is possible that the 'Null' value in the audit report is due to a missing record from cloning from a test tenant.
References
https://docs.reltio.com/tasksapi/ReindexActivityTask.html
Comments
Please sign in to leave a comment.