Skip to content

Commit

Permalink
scale moxy up
Browse files Browse the repository at this point in the history
  • Loading branch information
1pkg committed Sep 13, 2024
1 parent 458c466 commit 6506343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions systemtest/cmd/moxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func handler(logger *zap.Logger, username, password string) http.Handler {
},
"tagline": "You Know, for Search"
}`))
return
case "/_security/user/_has_privileges":
w.Write([]byte(`{"username":"admin","has_all_requested":true,"cluster":{},"index":{},"application":{"apm":{"-":{"event:write":true}}}}`))
case "/_bulk":
Expand Down
2 changes: 1 addition & 1 deletion testing/benchmark/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ variable "apmbench_bin_path" {
}

variable "worker_instance_type" {
default = "c6i.large"
default = "c6i.2xlarge"
type = string
description = "Optional instance type to use for the worker VM"
}
Expand Down

0 comments on commit 6506343

Please sign in to comment.