EnterpriseSearchSystemSettingsedit

This structure defines a curated subset of the Enterprise Search settings. (This field together with 'user_settings_override_' and 'user_settings_' defines the total set of Enterprise Search settings)

Propertiesedit

elasticsearch_password (string)
Optionally override the account within Enterprise Search - defaults to a system account that always exists (if specified, the username must also be specified)
elasticsearch_url (string)
Optionally override the URL to which to send data (for advanced users only, if unspecified the system selects an internal URL)
elasticsearch_username (string)
Optionally override the account within Enterprise Search - defaults to a system account that always exists (if specified, the password must also be specified)
secret_session_key (string)
Optionally override the secret session key within Enterprise Search - defaults to the previously existing secretSession

Exampleedit

{
   "elasticsearch_password" : "string",
   "elasticsearch_url" : "string",
   "elasticsearch_username" : "string",
   "secret_session_key" : "string"
}