New

The executive guide to generative AI

Read more

DiscreteSizes

edit

Instance sizes that are supported by the Elasticsearch instance, Kibana instance, or APM Server configuration.

Properties

edit
default_size (integer as int32, required)
The default size
resource (string; allowed values: [memory, storage], required)
The unit that each size represents
sizes (array[integer], required)
List of supported sizes

Example

edit
{
   "default_size" : 0,
   "resource" : "string",
   "sizes" : [
      0
   ]
}

On this page

Was this helpful?
Feedback