A newer version is available. For the latest information, see the
current release documentation.
ProxiesHttpSettings
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ProxiesHttpSettings
editThis object is deprecated and scheduled to be removed in the next major version.
Properties
edit-
cookie_secret(string, required) - Secret string for the HTTP cookie
-
dashboards_base_url(string, required) - Base URL for the dashboard
-
disconnected_cutoff(integerasint64, required) - Cutoff interval after disconnection in milliseconds
-
minimum_proxy_services(integerasint32, 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"
}