es_repo_mgr - snapshot repository manager for Elasticsearch curator(1).
Contents
Commands
Each command accepts a number of options and positional arguments. Run es_repo_mgrCOMMAND--help for
command-specific help. The following commands are available:
create Create a new repository
delete Delete a named repository
show Show all repositories
Description
es_repo_mgr is a helper script to assist in creating Elasticsearch index snapshot repositories. At this
time, only fs and s3 types are supported. Please be sure to read the documentation for the indicated type
before creating a repository. For example, each node using a fs type repository must be able to access
the same shared filesystem, in the same path, identified by --location.
License
This software is released under the Apache License, Version 2.0. See /usr/share/doc/elasticsearch-
curator/copyright for more details.
Copyright 2011-2016 Elasticsearch and contributors.
curator 4.2 December 2016 ES_REPO_MGR(1)
Name
es_repo_mgr - snapshot repository manager for Elasticsearch curator(1).
Options
-h, --help
show this program usage and exit
--config PATH
Path to configuration file. Default: ~/.curator/curator.ymlSee Also
curator(1), curator_cli(1) Additional documentation for es_repo_mgr can be found at curator's wiki at https://github.com/elasticsearch/curator/wiki. On Debian systems, information about the curator.yml configuration file can be found in /usr/share/doc/elasticsearch-curator/reference.txt.gz.
Synopsis
es_repo_mgr [-h] [-v] [--host HOST] [--url_prefix URL_PREFIX] [--port PORT] [--ssl] [--auth AUTH] [-t
TIMEOUT] [-n] [-D] [--loglevel LOG_LEVEL] [-l LOG_FILE] [--logformat LOGFORMAT] COMMAND [COMMAND_OPTS]
ARGUMENTS