From version 5.0 onward, Watcher is part of X-Pack. For more information, see
Alerting on cluster and index events in the X-Pack Reference.
elasticsearch.yml
configuration file.
-
watcher.http.proxy.host
- Specifies the address of the proxy server to use to connect to HTTP services.
-
watcher.http.proxy.port
- Specifies the port number to use to connect to the proxy server.
-
watcher.http.ssl.keystore.path
- The SSl keystore path to use for PKI-based authentication. If not specified,
-
watcher.http.ssl.keystore.password
- The SSl keystore password to use for PKI-based authentication. If not specified,
-
watcher.http.ssl.truststore.path
- The SSl truststore path to use for specifying the certificates and certificate authorities to trust.
-
watcher.http.ssl.truststore.password
- The SSl truststore password to use for access to the truststore. If not specified,
-
watcher.http.ssl.verification_mode
-
Specifies whether the HTTP client should verify hostnames or certificates only. The default is
full
, which verifies both the certificate and server’s hostname. The only other valid option iscertificate
, which skips hostname verification but still requires the server’s certificate to be trusted.