aws-elasticsearch-reindex
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "aws-elasticsearch-reindex", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Command line tools for reindexing in aws eleasticsearch", | ||
@@ -19,3 +19,3 @@ "bin": { | ||
"dependencies": { | ||
"aws-sdk": "^2.510.0", | ||
"aws-sdk": "^2.523.0", | ||
"bluebird": "^3.5.5", | ||
@@ -22,0 +22,0 @@ "lodash": "^4.17.15", |
@@ -1,2 +0,19 @@ | ||
# elasticseach-6x-migration-checker | ||
Lambda function for sampling the elasticsearch indices and publishing the metrics | ||
# aws-elasticsearch-reindex | ||
Command line tools for reindexing aws elasticsearch indices. | ||
## Usage | ||
Running the `aws-elasticsearch-reindex` command line will create reindex tasks. A file containing the corresponding task ids will be created next to your reindex command(s) file. | ||
``` | ||
aws-elasticsearch-reindex https://mydomain.us-east-1.es.amazonaws.com reindex.json | ||
``` | ||
To wait for the tasks to run to completion, use the `aws-elasticsearch-reindex-waiter` command line tool and the `tasks.json` file generated in the previous step. | ||
``` | ||
aws-elasticsearch-reindex-waiter https://mydomain.us-east-1.es.amazonaws.com reindex.2019-09-03T21-05-34.322Z.tasks.json | ||
``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11352
20
Updatedaws-sdk@^2.523.0