Documentation Center

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.

ParameterValue description
OldElasticInstanceBaseUrlThe base URL of the Elasticsearch instance you are migrating from
NewOpenSearchInstanceBaseUrlThe base URL of the OpenSearch instance you are migrating to
OldElasticInstanceUserIf the Elasticsearch instance is secured, the name of a user who can access the Elasticsearch instance
OldElasticInstancePasswordIf the Elasticsearch instance is secured, the password of the user above, encrypted with the RWS encryption tool
NewOpenSearchInstanceUserIf the OpenSearch instance is secured, the name of a user who can access the OpenSearch instance
NewOpenSearchInstancePasswordIf the OpenSearch instance is secured, the password of the user above
verboseProduce verbose output about the migration process