es_mapping_backup: Back up the mapper of an elasticsearch index + type

Description Usage Arguments Value

View source: R/elasticdump.R

Description

Back up the mapper of an elasticsearch index + type

Usage

1
es_mapping_backup(server, index, type, bak_dir)

Arguments

server

Http/s elasticsearch server address

index

Name of the elasticsearch index to retrieve

type

Elasticsearch type to retrieve

bak_dir

Path of directory to which the backup is written

Value

The return code from 'elasticdump' (0 == success) or FALSE if server isn't an http/s address.


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