A newer version is available. For the latest information, see the
current release documentation.
--http_auth
edit--http_auth
editSummary
editAllow basic HTTP authentication (e.g. user:pass
) to an Elasticsearch instance.
Flags
edit-
--http_auth
A username and password in the format ofusername:password
. Default value isNone
This flag must come before any command.
Example
editConnect to an elasticsearch instance protected by basic HTTP authentication:
curator --host es-host --port 9443 --http_auth user:pass <<command>> <<flags>>