OpenSearch Connection¶
The OpenSearch connection provides credentials for an OpenSearch instance.
Configuring the Connection¶
- Host (required)
The host address of the OpenSearch instance.
- Login (required)
The login user.
- Password (required)
The password for the login user.
- Extra (optional)
Specifying the extra parameters as a (json dictionary) that can be used in the OpenSearch connection. The following parameters are all optional:
use_ssl
: Boolean on requiring an ssl connection. Default is false.verify_certs
: Boolean indicating to verify certs for ssl. Default is false.