loadtest fix elastisearch path/alb subdomain hint (#5554)
This commit is contained in:
@@ -19,7 +19,7 @@ resource "aws_alb_listener" "https-fleetdm" {
|
||||
type = "fixed-response"
|
||||
fixed_response {
|
||||
content_type = "text/plain"
|
||||
message_body = "moved to subdomains, try https://default.loadtesting.fleetdm.com"
|
||||
message_body = "moved to subdomains, try https://default.loadtest.fleetdm.com"
|
||||
status_code = "404"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ resource "aws_autoscaling_group" "elasticstack" {
|
||||
|
||||
tag {
|
||||
key = "ansible_playbook_path"
|
||||
value = "tools/loadtesting/terraform/shared/elasticsearch_ansible"
|
||||
value = "infrastructure/loadtesting/terraform/shared/elasticsearch_ansible"
|
||||
propagate_at_launch = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user