Skip to content

Lambda for migrating data between different AWS Elasticsearch domains

Notifications You must be signed in to change notification settings

liferay-labs/migrate-elastisearch-data-aws-lambda

Repository files navigation

AWS Lambda for listing Elasticsearch backups

A parameter of type MigrationRequest must be provided to the Lambda.

{
 "originHost": "origin endpoint of the aws elasticsearch domain",
 "destinationHost": "destination endpoint of the aws elasticsearch domain",
 "originIndicesPrefix": "Origin indices prefix",
 "destinationIndicesPrefix": "Destination indices prefix",
 "bucket": "Snapshot repository name",
 "role": "IAM Role"
}

About

Lambda for migrating data between different AWS Elasticsearch domains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages