Description Usage Arguments Details Value
Perform a basic elasticdump call
1 | elasticdump(src, dest, limit = 100, type = "data", rm_dest = TRUE)
|
src |
The data source; may be http or file (see Details) |
dest |
The data destination; may be http or file (see Details) |
limit |
The max. number of docs to dump per batch |
type |
One of data (default), mapping, or analyzer |
Elasticdump provides basic transfer of elasticsearch indices/types
to and from http and file. The src
may be an elasticsearch server
The return code from 'elasticdump'; 0 = success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.