Skip to content

Commit 62e87a6

Browse files
committed
Set max_shards_per_node to 2000
1 parent a1f0569 commit 62e87a6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.buildkite/scripts/steps/ess_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ESS_REGION="${ESS_REGION:-gcp-us-west2}"
1515

1616
ess_up "$STACK_VERSION" "$STACK_BUILD_ID" "$ESS_REGION"
1717

18-
set_default_number_of_replicas
18+
# set_default_number_of_replicas
1919
preinstall_fleet_packages
2020

2121
echo "ES_HOST: ${ELASTICSEARCH_HOST}"

test_infra/ess/deployment.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ resource "ec_deployment" "integration-testing" {
113113
}
114114
config = {
115115
docker_image = local.elasticsearch_docker_image
116+
user_settings_json = jsondecode({
117+
"cluster.max_shards_per_node" = 2000
118+
})
116119
}
117120
}
118121
kibana = {

0 commit comments

Comments
 (0)