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.
StackVersionConfig
editStackVersionConfig
editThe details for an Elastic Stack configuration.
Properties
edit-
accessible
(boolean
) - Whether or not this version is accessible by the calling user. This is only relevant in EC (SaaS) and is not sent in ECE.
-
apm
(StackVersionApmConfig
) - The APM Server configuration for an Elastic Stack version.
-
appsearch
(StackVersionAppSearchConfig
) - AppSearch related configuration of an Elastic Stack version
-
deleted
(boolean
) - Identifies that the Elastic Stack version is marked for deletion
-
elasticsearch
(StackVersionElasticsearchConfig
, required) - The Elasticsearch configuration for an Elastic Stack version.
-
enterprise_search
(StackVersionEnterpriseSearchConfig
) - EnterpriseSearch related configuration of an Elastic Stack version
-
kibana
(StackVersionKibanaConfig
, required) - The Kibana configuration for an Elastic Stack version.
-
metadata
(StackVersionMetadata
) - The metadata for the Elastic Stack.
-
min_upgradable_from
(string
) -
The minimum version recommended to upgrade this version.
Example:
"6.7.0"
-
template
(StackVersionTemplateInfo
, required) - The template information for an Elastic Stack version.
-
upgradable_to
(array[
string
, required)]
- Stack Versions that this version can upgrade to
-
version
(string
) - Stack version
-
whitelisted
(boolean
) - Whether or not this version is whitelisted. This is only relevant in EC (SaaS) and is not sent in ECE.
Example
edit{ "accessible" : true, "apm" : { "blacklist" : [ "string" ], "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "docker_image" : "string", "settings" : {}, "version" : "string" }, "appsearch" : { "blacklist" : [ "string" ], "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "docker_image" : "string", "node_types" : [ { "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "description" : "string", "mandatory" : true, "name" : "string", "node_type" : "string", "settings" : {} } ], "settings" : {}, "version" : "string" }, "deleted" : true, "elasticsearch" : { "blacklist" : [ "string" ], "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "default_plugins" : [ "string" ], "docker_image" : "string", "node_types" : [ { "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "description" : "string", "mandatory" : true, "name" : "string", "node_type" : "string", "settings" : {} } ], "plugins" : [ "string" ], "settings" : {} }, "enterprise_search" : { "blacklist" : [ "string" ], "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "docker_image" : "string", "node_types" : [ { "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "description" : "string", "mandatory" : true, "name" : "string", "node_type" : "string", "settings" : {} } ], "settings" : {}, "version" : "string" }, "kibana" : { "blacklist" : [ "string" ], "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "docker_image" : "string", "settings" : {}, "version" : "string" }, "metadata" : { "min_index_compatibility_version" : "string", "min_platform_version" : "string", "min_wire_compatibility_version" : "string", "notes" : "string", "pre_release" : true, "schema_version" : 0 }, "min_upgradable_from" : "string", "template" : { "hashes" : [ { "hash" : "string", "path" : "string" } ], "template_version" : "string" }, "upgradable_to" : [ "string" ], "version" : "string", "whitelisted" : true }