StackVersionMetadataedit

The metadata for the Elastic Stack.

Propertiesedit

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 (integer as int32)
The schema version of the stack pack version

Exampleedit

{
   "min_index_compatibility_version" : "string",
   "min_platform_version" : "string",
   "min_wire_compatibility_version" : "string",
   "notes" : "string",
   "pre_release" : true,
   "schema_version" : 0
}