We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f0569 commit 09759d9Copy full SHA for 09759d9
.buildkite/scripts/steps/ess_start.sh
@@ -15,7 +15,7 @@ ESS_REGION="${ESS_REGION:-gcp-us-west2}"
15
16
ess_up "$STACK_VERSION" "$STACK_BUILD_ID" "$ESS_REGION"
17
18
-set_default_number_of_replicas
+# set_default_number_of_replicas
19
preinstall_fleet_packages
20
21
echo "ES_HOST: ${ELASTICSEARCH_HOST}"
test_infra/ess/deployment.tf
@@ -113,6 +113,9 @@ resource "ec_deployment" "integration-testing" {
113
}
114
config = {
115
docker_image = local.elasticsearch_docker_image
116
+ user_settings_json = jsonencode({
117
+ "cluster.max_shards_per_node" = 2000
118
+ })
119
120
121
kibana = {
0 commit comments