This is the command es_repo_mgr that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
es_repo_mgr - snapshot repository manager for Elasticsearch curator(1).
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
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.
OPTIONS
-h, --help
show this program usage and exit
-v, --version
show program's version number and exit
--host HOST
Elasticsearch host. Default: localhost
--url_prefix URL_PREFIX
Elasticsearch http url prefix. Default: none
--port PORT
Elasticsearch port. Default: 9200
--ssl Connect to Elasticsearch through SSL. Default: false
--auth AUTH
Use Basic Authentication ex: user:pass Default: None
-t TIMEOUT, --timeout TIMEOUT
Connection timeout in seconds. Default: 30
-n, --dry-run
If true, does not perform any changes to the Elasticsearch indices.
-D, --debug
Debug mode
--loglevel LOG_LEVEL
Log level
-l LOG_FILE, --logfile LOG_FILE
log file
--logformat LOGFORMAT
Log output format [default|logstash]. Default: default
COMMANDS
Each command accepts a number of options and positional arguments. Run es_repo_mgr COMMAND
--help for command-specific help. The following commands are available:
create_fs
Create an fs type repository
create_s3
Create an s3 type repository
delete Delete named repository
show Show all registered repositories
Use es_repo_mgr online using onworks.net services