Get stack versions
By default, retrieves only the available Elastic Stack versions. To retrieve all of the Elastic Stack versions, use the show_deleted parameter
.
Query parameters
-
Whether to show deleted stack versions or not
Default value is
false
. -
Whether to show versions that are unusable by the authenticated user
Default value is
false
.
Responses
-
The list of all available Elastic Stack versions are retrieved, including the template version and structure.
Hide response attribute Show response attribute object
-
The details for an Elastic Stack configuration.
Hide stacks attributes Show stacks attributes object
-
Stack version
-
The template information for an Elastic Stack version.
Hide template attributes Show template attributes object
-
Template version
-
Relative paths of files with SHA-256 hashes that contains the template
The template file hash for an Elastic Stack version.
-
-
The Elasticsearch configuration for an Elastic Stack version.
Hide elasticsearch attributes Show elasticsearch attributes object
-
Docker image for the Elasticsearch
-
List of available plugins
-
List of default plugins
-
List of configuration options that cannot be overridden by user settings
-
Node types that are supported by this stack version
The configuration for an Elastic Stack node type.
Hide node_types attributes Show node_types attributes object
-
Type of the node (master, data, ...)
-
Name of the node type
-
Description of the node type
-
Settings that are applied to all nodes of this type
-
WARNING This endpoint is deprecated and scheduled to be removed in the next major version. This field will soon be removed in favor of having a global capacity constraint for all node types.
Capacity constraints for the node type
-
Node types that are compatible with this one
-
Flag to specify a node type is mandatory in a cluster's plan
-
-
Settings that are applied to all nodes of this type
-
WARNING This endpoint is deprecated and scheduled to be removed in the next major version. This field will soon be removed in favor of having a global capacity constraint for all node types.
Capacity constraints for the node type
-
Node types that are compatible with this one
-
-
The Kibana configuration for an Elastic Stack version.
Hide kibana attributes Show kibana attributes object
-
Version of Kibana
-
Docker image for the kibana
-
List of configuration options that cannot be overridden by user settings
-
Settings that are applied to all nodes of this type
-
WARNING This endpoint is deprecated and scheduled to be removed in the next major version. This field will soon be removed in favor of having a global capacity constraint for all node types.
Capacity constraints for the node type
-
Node types that are compatible with this one
-
-
The APM Server configuration for an Elastic Stack version.
Hide apm attributes Show apm attributes object
-
Version of APM
-
Docker image for the APM
-
List of configuration options that cannot be overridden by user settings
-
Settings that are applied to all nodes of this type
-
WARNING This endpoint is deprecated and scheduled to be removed in the next major version. This field will soon be removed in favor of having a global capacity constraint for all node types.
Capacity constraints for the node type
-
Node types that are compatible with this one
-
-
AppSearch related configuration of an Elastic Stack version
Hide appsearch attributes Show appsearch attributes object
-
Version of AppSearch
-
Docker image for the AppSearch
-
List of configuration options that cannot be overridden by user settings
-
Settings that are applied to all nodes of this type
-
WARNING This endpoint is deprecated and scheduled to be removed in the next major version. This field will soon be removed in favor of having a global capacity constraint for all node types.
Capacity constraints for the node type
-
Node types that are compatible with this one
-
Node types that are supported by this stack version
The configuration for an Elastic Stack node type.
Hide node_types attributes Show node_types attributes object
-
Type of the node (master, data, ...)
-
Name of the node type
-
Description of the node type
-
Settings that are applied to all nodes of this type
-
WARNING This endpoint is deprecated and scheduled to be removed in the next major version. This field will soon be removed in favor of having a global capacity constraint for all node types.
Capacity constraints for the node type
-
Node types that are compatible with this one
-
Flag to specify a node type is mandatory in a cluster's plan
-
-
-
The metadata for the Elastic Stack.
Hide metadata attributes Show metadata attributes object
-
Notes for administrator
-
Indicates that the stack pack version is not GA and is not supposed to be used in production
-
The minimum version of the platform that the stack pack version is compatible with
-
The minimum version required for performing a rolling upgrade to this stack version.
-
The minimum version required for performing a full cluster restart upgrade to this stack version.
-
The schema version of the stack pack version
-
-
Identifies that the Elastic Stack version is marked for deletion
-
Stack Versions that this version can upgrade to
-
The minimum version recommended to upgrade this version.
-
Whether or not this version is whitelisted. This is only relevant in EC (SaaS) and is not sent in ECE.
-
Whether or not this version is accessible by the calling user. This is only relevant in EC (SaaS) and is not sent in ECE.
-
List of versions that can be upgraded to the current version of the stackpack
-
-
curl \
--request GET 'http://api.elastic-cloud.com/api/v1/stack/versions'