Using the Review Dashboard in the Visualizer
The Review Dashboard allows you to track activity performed with the Review application on the index data.
If you have not imported the dashboard into the Visualizer please refer to Setting Up Dashboards in the Visualizer.
Preparing to Use the Review Dashboard
Creating the 'time-saved' Scripted Field
When generating a dashboard, based on the Automation index pattern, there is a scripted field that needs to be manually created so that the 'Time Saved' (time_saved index field) field displays. This scripted field needs to be created only once. It can then be used in any visualization or dashboard that references the index pattern.
Log into the Visualizer
Select Management
Select the Automation index
Click the Scripted fields tab
Click Add scripted field and enter the following:
Name: time_saved
Language: painless
Type: number
Format: Duration
Input: Seconds
Output: Human Readable
Popularity: 0
Script:
300 - doc['automationStatus.reviewedDuration'].value
Click Create Field
300 is the amount of time (in seconds) it would take to manually extract data from one document and add the file, fully attributed, into the correct folder structure in the ECM. This number should reflect the customer’s appropriate estimate, for example:
300 seconds = 5 minutes
600 seconds = 10 minutes
720 seconds = 12 minutes