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.
KibanaSystemSettings
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
KibanaSystemSettings
editThis structure defines a curated subset of the Kibana settings that are of particular relevance to ECE. (This field together with 'user_settings_override_' and 'user_settings_' defines the total set of Elasticsearch settings)
Properties
edit-
elasticsearch_password
(string
) - Optionally override the account within Elasticsearch - 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 Elasticsearch - defaults to a system account that always exists (if specified, the password must also be specified)
Example
edit{ "elasticsearch_password" : "string", "elasticsearch_url" : "string", "elasticsearch_username" : "string" }