InstanceConfigurationInfo
edit
The configuration template for Elasticsearch instances, Kibana instances, and APM Servers.
Propertiesedit
-
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
Exampleedit
{ "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 }