Skip to content

Commit

Permalink
perf: ⚡️ add more data nodes and reduce ism timings (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria authored Feb 7, 2025
1 parent b3bf463 commit 1dc2ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/global-resources/elasticsearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ resource "aws_elasticsearch_domain" "live_1" {
warm_count = 16
warm_type = "ultrawarm1.medium.elasticsearch"
instance_type = "r6g.4xlarge.elasticsearch"
instance_count = "18"
instance_count = "30"
dedicated_master_enabled = true
dedicated_master_type = "m6g.xlarge.elasticsearch"
dedicated_master_count = "5"
Expand Down
4 changes: 2 additions & 2 deletions terraform/global-resources/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ variable "timestamp_field" {

variable "warm_transition" {
type = string
default = "14d"
default = "1d"
description = "Time until transition to warm storage"
}

variable "cold_transition" {
type = string
default = "30d"
default = "7d"
description = "Time until transition to cold storage"
}

Expand Down

0 comments on commit 1dc2ccf

Please sign in to comment.