Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Steps:

Create a namespace with bugfest dataset

...

As indexation is a heavy process that has a high CPU and memory resources consumptions, it is required (and strongly recommended) to scale up the shared OpenSearch AWS service.

r6g.xlarge → r6g.2xlarge

Scale-up backend modules

For better performance, please scale up backend modules.

...

After completion of all pre required steps, trigger index with POST Postman request.

URI: /search/index/inventory/reindex

Headers: X-Okapi-Tenant & X-Okapi-Token

Body: 

Code Block
languagegroovy
{
  "recreateIndex": true,
  "resourceName": "authority"
}


Info
titleHelp

More information about index and requests you could find here:


Adjust indices settings


Wait for complete

...