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.
ApmTopologyElement
editApmTopologyElement
editDefines the topology of the Apm nodes (eg number/capacity of nodes, and where they can be allocated)
Properties
edit-
apm
(ApmConfiguration
) -
instance_configuration_id
(string
) - Controls the allocation of this topology element as well as allowed sizes and node_types. It needs to match the id of an existing instance configuration.
-
size
(TopologySize
) - The size of a topology measured by the amount of some resource. The final cluster size is calculated using multipliers from the topology's instance configuration
-
zone_count
(integer
asint32
) - number of zones in which nodes will be placed
Example
edit{ "apm" : { "docker_image" : "string", "system_settings" : { "debug_enabled" : "string", "elasticsearch_password" : "string", "elasticsearch_url" : "string", "elasticsearch_username" : "string", "kibana_url" : "string", "secret_token" : "string" }, "user_settings_json" : {}, "user_settings_override_json" : {}, "user_settings_override_yaml" : "string", "user_settings_yaml" : "string", "version" : "string" }, "instance_configuration_id" : "string", "size" : { "resource" : "string", "value" : 0 }, "zone_count" : 0 }