New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

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

Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
9
125%
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 30 Nov 2017

Related posts