estunnel

Crates.ioestunnel
lib.rsestunnel
version1.8.6
sourcesrc
created_at2019-05-19 12:02:54.81782
updated_at2020-12-31 04:02:58.404573
descriptionTool for downloading data from elasticsearch cluster.
homepage
repositoryhttps://github.com/wfxr/estunnel
max_upload_size
id135239
size68,590
Wenxuan (wfxr)

documentation

README

estunnel

Build Platform License

estunnel is a CLI tool written by rust for downloading data from elasticsearch.

Command-line options

USAGE:
    estunnel pull [OPTIONS] --index <index> --query <query>

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

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

This is the output of estunnel pull --help.

License

MIT (c) Wenxuan Zhang

Commit count: 142

cargo fmt