You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

elasticsearch-console

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-console

elasticsearch-console helps you to manage more faster your data on elasticsearch

1.0.2
latest
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created

elasticsearch-console

elasticsearch-console helps you to manage more faster your datas on elasticsearch

Installation

$> npm install -g elasticsearch-console

$> elasticsearch-console

Launch elasticsearch-console

$> elasticsearch-console --help
Usage: elasticsearch-console

	-p, --port=ARG  port to connect to
	--host=ARG  server to connect to
	-h, --help      display this help
	-v, --version   show version

How to use the elasticsearch-console

elasticsearch-console> help
 ------------------------------------------------------
| ELASTICSEARCH-CONSOLE                     by boubaks |
 ------------------------------------------------------

exit :          to exit the elastic console

ping :          show if the console is connected to ELS

show :          show informations about ELS (indexes, clusters infos, ...)
--------------------------------------------------------
find :          find the data that you want
                params : --type, --query, --index, --options
--------------------------------------------------------
remove :        remove the data that you want
                params : --type, --query, --index
--------------------------------------------------------
update :        update the data that you want
                params : --type, --query, --index, --object
--------------------------------------------------------
insert :        find the data that you want
                params : --type, --index, --object
--------------------------------------------------------

elasticsearch-console> 
elasticsearch-console> 
elasticsearch-console> find --index user --type twitter

Notes

This module use elasticsearch-query for more easier query from elasticsearch.

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

FAQs

Package last updated on 13 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