--http_auth

edit

Summary

edit

Allow basic HTTP authentication (e.g. user:pass) to an Elasticsearch instance.

Flags

edit
  • --http_auth A username and password in the format of username:password. Default value is None

This flag must come before any command.

Example

edit

Connect to an elasticsearch instance protected by basic HTTP authentication:

curator --host es-host --port 9443 --http_auth user:pass <<command>> <<flags>>