It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
InstanceConfigurationInfo
editInstanceConfigurationInfo
editThe configuration template for Elasticsearch instances, Kibana instances, and APM Servers.
Properties
edit-
description
(string
) - Optional description for the instance configuration
-
discrete_sizes
(DiscreteSizes
, required) - Numerics representing possible instance sizes that the instance configuration supports.
-
id
(string
) - Unique identifier for the instance configuration
-
instance_type
(string
, required) - The type of instance (elasticsearch, kibana)
-
name
(string
, required) - Display name for the instance configuration.
-
node_types
(array[
string
)]
- Node types (master, data) for the instance
-
storage_multiplier
(number
asdouble
) - Settings for the instance storage multiplier
Example
edit{ "description" : "string", "discrete_sizes" : { "default_size" : 0, "resource" : "string", "sizes" : [ 0 ] }, "id" : "string", "instance_type" : "string", "name" : "string", "node_types" : [ "string" ], "storage_multiplier" : 0.1 }