DiscreteSizes
editDiscreteSizes
editInstance sizes that are supported by the Elasticsearch instance, Kibana instance, or APM Server configuration.
Properties
edit-
default_size
(integer
asint32
) - The default size
-
resource
(string
; allowed values: [memory
,storage
]) - The unit that each size represents. If not specified, it will default to 'memory'.
-
sizes
(array[
integer
, required)]
- List of supported sizes
Example
edit{ "default_size" : 0, "resource" : "string", "sizes" : [ 0 ] }