Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wfxr/estunnel

:articulated_lorry: Tool for downloading data from elasticsearch cluster.
https://github.com/wfxr/estunnel

cli downloader elasticsearch rust tools

Last synced: about 1 month ago
JSON representation

:articulated_lorry: Tool for downloading data from elasticsearch cluster.

Awesome Lists containing this project

README

        

# estunnel

[![Build](https://travis-ci.org/wfxr/estunnel.svg)](https://travis-ci.org/wfxr/estunnel)
[![Platform](https://img.shields.io/badge/Platform-OSX%20|%20Linux-orange.svg)][release]
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://wfxr.mit-license.org/2019)

*estunnel* is a CLI tool written by rust for downloading data from [elasticsearch](https://github.com/elastic/elasticsearch).

## Command-line options
```
USAGE:
estunnel pull [OPTIONS] --index --query

FLAGS:
--help Prints help information
-V, --version Prints version information

OPTIONS:
-b, --batch Scroll batch size. Size in query will be used if null.
-h, --host ElasticSearch host url [default: http://localhost:9200]
-i, --index Target index name(or alias)
-o, --output File path for output [default: /dev/stdout]
-q, --query File path for query body
-s, --slice Scroll slice count [default: 1]
--ttl Scroll session ttl [default: 1m]
-u, --user Username for http basic authorization
```

This is the output of `estunnel pull --help`.

## License

[MIT](https://wfxr.mit-license.org/2019) (c) Wenxuan Zhang

[release]: https://github.com/wfxr/estunnel/releases