A newer version is available. For the latest information, see the
current release documentation.
StackVersionIntegrationsServerConfig
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
StackVersionIntegrationsServerConfig
editThe Integrations Server configuration for an Elastic Stack version.
Properties
edit-
blacklist(array[string, required)] - List of configuration options that cannot be overridden by user settings
-
capacity_constraints(StackVersionInstanceCapacityConstraint) - The Elasticsearch instance, Kibana instance, APM Server capacity constraints for an Elastic Stack node type.
-
compatible_node_types(array[string)] - Node types that are compatible with this one
-
docker_image(string, required) - Docker image for the Integrations Server
-
settings(object) - Settings that are applied to all nodes of this type
-
version(string) - Version of Integrations Server
Example
edit{
"blacklist" : [
"string"
],
"capacity_constraints" : {
"max" : 0,
"min" : 0
},
"compatible_node_types" : [
"string"
],
"docker_image" : "string",
"settings" : {},
"version" : "string"
}