Target Release 2021.x
How to Fix Indexing
Use the steps below to validate and fix current indexes.
From the Robo3t/MongoDB Atlas UI:
- View the contents of the Mongo Collection from the data explorer.
From Postman API:
Run index validation for each
collectionNameusingGETAPI.GET http://{iap-url}:port/indexes/${collectionName}/statusCollection API Workflows GET http://{iap-url}:port/indexes/workflows/statusJobs GET http://{iap-url}:port/indexes/jobs/statusTasks GET http://{iap-url}:port/indexes/tasks/status
Expect, at a minimum, 12 Jobs, 6 Tasks, and 3 Workflows.
Confirm index validation via IAP browser.
Figure 1: IAP Browser

Figure 2: Browser Validation

If you do not have the expected indexing listed in Step 3 above, create them for each
collectionNameusingPOSTAPI via Postman.POST http://{iap-url}:port/indexes/${collectionName}Collection API Workflows POST http:/{iap-url}:port/indexes/workflowsJobs POST http:/{iap-url}:port/indexes/jobsTasks POST http:/{iap-url}:port/indexes/tasksRun index validation and confirm the latest metrics.
npm run indexLogin to IAP and confirm if you are able to view Active Jobs / Completed Jobs / Cancelled Jobs from the Job Manager page.

Resume the Migration process at Step 5.