IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
StackVersionMetadata
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
StackVersionMetadata
editThe metadata for the Elastic Stack.
Properties
edit-
min_index_compatibility_version(string) - The minimum version required for performing a full cluster restart upgrade to this stack version.
-
min_platform_version(string) - The minimum version of the platform that the stack pack version is compatible with
-
min_wire_compatibility_version(string) - The minimum version required for performing a rolling upgrade to this stack version.
-
notes(string) - Notes for administrator
-
pre_release(boolean) - Indicates that the stack pack version is not GA and is not supposed to be used in production
-
schema_version(integerasint32) - The schema version of the stack pack version
Example
edit{
"min_index_compatibility_version" : "string",
"min_platform_version" : "string",
"min_wire_compatibility_version" : "string",
"notes" : "string",
"pre_release" : true,
"schema_version" : 0
}