It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ProxiesHttpSettings
editProxiesHttpSettings
editThe HTTP settings for all proxies.
Properties
edit-
cookie_secret
(string
, required) - Secret string for the HTTP cookie
-
dashboards_base_url
(string
, required) - Base URL for the dashboard
-
disconnected_cutoff
(integer
asint64
, required) - Cutoff interval after disconnection in milliseconds
-
minimum_proxy_services
(integer
asint32
, required) - Minimum number of proxy instances
-
sso_settings
(ProxiesSSOSettings
, required) - Settings related to single-sign-on
-
user_cookie_key
(string
, required) - User key for the HTTP cookie
Example
edit{ "cookie_secret" : "string", "dashboards_base_url" : "string", "disconnected_cutoff" : 0, "minimum_proxy_services" : 0, "sso_settings" : { "cookie_name" : "string", "default_redirect_path" : "string", "dont_log_requests" : true, "maintenance_bypass_cookie_name" : "string", "max_age" : 0, "sso_secret" : "string" }, "user_cookie_key" : "string" }