A newer version is available. For the latest information, see the
current release documentation.
StackVersionAppSearchConfig
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
StackVersionAppSearchConfig
editAppSearch related configuration of an Elastic Stack version
Properties
edit-
blacklist(array[string, required)] - List of configuration options that cannot be overridden by user settings
-
capacity_constraints(StackVersionInstanceCapacityConstraint)
This endpoint is deprecated and scheduled to be removed in the next major version. This field will soon be removed in favor of having a global capacity constraint for all node types.
Capacity constraints for the node type
-
compatible_node_types(array[string)] - Node types that are compatible with this one
-
docker_image(string, required) - Docker image for the AppSearch
-
node_types(array[StackVersionNodeType]) - Node types that are supported by this stack version
-
settings(object) - Settings that are applied to all nodes of this type
-
version(string) - Version of AppSearch
Example
edit{
"blacklist" : [
"string"
],
"capacity_constraints" : {
"max" : 0,
"min" : 0
},
"compatible_node_types" : [
"string"
],
"docker_image" : "string",
"node_types" : [
{
"capacity_constraints" : {
"max" : 0,
"min" : 0
},
"compatible_node_types" : [
"string"
],
"description" : "string",
"mandatory" : true,
"name" : "string",
"node_type" : "string",
"settings" : {}
}
],
"settings" : {},
"version" : "string"
}