elasticdump: Perform a basic elasticdump call

Description Usage Arguments Details Value

View source: R/elasticdump.R

Description

Perform a basic elasticdump call

Usage

1
elasticdump(src, dest, limit = 100, type = "data", rm_dest = TRUE)

Arguments

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

Details

Elasticdump provides basic transfer of elasticsearch indices/types to and from http and file. The src may be an elasticsearch server

Value

The return code from 'elasticdump'; 0 = success


jacob-ogre/elasticdumpr documentation built on May 18, 2019, 8 a.m.