Skip to content

tor-oscar/elastic-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic scrolling cli

Simple cli to scroll data from elastic search.

Usage

Example

$ elastic-scroll --uri http://localhost:9200 --index myindex --query '{"query":{"match_all":{}}}'
{"foo":"bar"}
{"foo":"baz"}

The output is new line seperated json, x-ndjson, each line is the content of _source.

About

Simple elastic scrolling cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published