diff --git a/internal/elasticsearch/client.go b/internal/elasticsearch/client.go index a07577c8e75..aa7757ca3ae 100644 --- a/internal/elasticsearch/client.go +++ b/internal/elasticsearch/client.go @@ -34,9 +34,6 @@ import ( var retryableStatuses = []int{ http.StatusTooManyRequests, - http.StatusBadGateway, - http.StatusServiceUnavailable, - http.StatusGatewayTimeout, } var userAgent = fmt.Sprintf("Elastic-APM-Server/%s go-elasticsearch/%s", version.Version, esv8.Version)