StackVersionMetadata
editStackVersionMetadata
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
(integer
asint32
) - 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 }