New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch-dump

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-dump

export and import (dump) from an elasticsearch to an another

1.0.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

elasticsearch-dump

export and import (dump) from an elasticsearch to an another

Installation

$> npm install -g elasticsearch-dump

$> elasticsearch-dump

Launch elasticsearch-dump

$> elasticsearch-dump --help
Usage: node elasticsearch-dump

  -i, --indexFrom=ARG  index to export (default to all)
  -t, --typeFrom=ARG   type to export
  -P, --portFrom=ARG   port to connect to
  -H, --hostFrom=ARG   server to connect to
      --indexTo=ARG    index to export (default to all)
      --typeTo=ARG     type to export
      --portTo=ARG     port to connect to
      --hostTo=ARG     server to connect to
  -q, --query=ARG      export by a query
  -e, --elsQuery=ARG   export by a elasticsearch query
  -h, --help           display this help
  -v, --version        show version

How to use the elasticsearch-dump

$> elasticsearch-dump --hostFrom localhost --portFrom 9200
--indexFrom indexfrom --typeFrom --typefrom --hostTo 193.22.341.2
--portTo 9300 --indexTo indexto --typeTo typeto

This command will dump all document from localhost:9200/indexfrom/typefrom
to 193.22.341.2:9300/indexto/typeto

Notes

For import data to elasticsearch you can use the elasticsearch-import tool. For export data from elasticsearch you can use the elasticsearch-export tool.

More information on : https://github.com/boubaks/elasticsearch-import https://github.com/boubaks/elasticsearch-export

Keywords

elasticsearch

FAQs

Package last updated on 16 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts