A newer version is available. For the latest information, see the
current release documentation.
--host
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
--host
editSummary
editBy default, curator will connect to localhost. You can override this setting
with the --host flag.
Flags
edit-
--hostIP address or resolvable host name or FQDN of Elasticsearch instance. Default:localhost.
This flag must come before any command.
Example
editConnect to Elasticsearch instance on host es.example.org on port 12345:
curator --host es.example.org --port 12345 <<command>> <<flags>>