Elasticsearch to OpenSearch migration script parameters
A list of parameters that you need to set as needed for your scripts that migrate Elasticsearch to OpenSearch.
| Parameter | Value description |
|---|---|
OldElasticInstanceBaseUrl | The base URL of the Elasticsearch instance you are migrating from |
NewOpenSearchInstanceBaseUrl | The base URL of the OpenSearch instance you are migrating to |
OldElasticInstanceUser | If the Elasticsearch instance is secured, the name of a user who can access the Elasticsearch instance |
OldElasticInstancePassword | If the Elasticsearch instance is secured, the password of the user above, encrypted with the RWS encryption tool |
NewOpenSearchInstanceUser | If the OpenSearch instance is secured, the name of a user who can access the OpenSearch instance |
NewOpenSearchInstancePassword | If the OpenSearch instance is secured, the password of the user above |
verbose | Produce verbose output about the migration process |