Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-elasticsearch-reindex

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-elasticsearch-reindex - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

package.json
{
"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
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc