🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

es-bulk-import-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-bulk-import-cli

Elasticsearch bulk import command line interface

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
11
-8.33%
Maintainers
1
Weekly downloads
 
Created
Source

Elasticsearch Bulk Import CLI

A simple CLI which created with Node.js and commander.js for bulk importing datas to Elasticsearch client.

Installing

You can install this cli via npm or yarn:

npm install -g es-bulk-import-cli

or

yarn global add es-bulk-import-cli

After installing you can use like this:

es-bulk-import --index <your_index_name> --type <document_type_name> --file <json_file_path>

You can see other commands via:

es-bulk-import --help

Keywords

bulk

FAQs

Package last updated on 19 May 2019

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