From 2632e034a001e8f7699e3d5b5df2a4ca1dfb76b8 Mon Sep 17 00:00:00 2001 From: inge4pres Date: Tue, 6 Aug 2024 19:24:04 +0200 Subject: [PATCH] changelog: correct feature backported to 8.15 Signed-off-by: inge4pres --- changelogs/8.15.asciidoc | 1 + changelogs/head.asciidoc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/8.15.asciidoc b/changelogs/8.15.asciidoc index 74af3d52788..39ba4ceecec 100644 --- a/changelogs/8.15.asciidoc +++ b/changelogs/8.15.asciidoc @@ -35,3 +35,4 @@ https://github.com/elastic/apm-server/compare/v8.14.3\...v8.15.0[View commits] - Add require data stream to bulk index requests {pull}13398[13398] - Support self-instrumentation when in managed mode by getting tracing configs via reloader {pull}13514[13514] {pull}13653[13653] {pull}13691[13691] {pull}13790[13790] - Add mapping for OpenTelemetry attribute `messaging.destination.name` to derive `service.target` correctly {pull}13472[13472] +- APM Server now automatically retries document-level 429s from Elasticsearch to avoid dropping data. `output.elasticsearch.max_retries` now controls both request-level and document-level retries, and defaults to `3`. {pull}13620[13620] diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index aca8107b11a..8155e463ae8 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -20,5 +20,4 @@ https://github.com/elastic/apm-server/compare/8.15\...main[View commits] [float] ==== Added -- APM Server now automatically retries document-level 429s from Elasticsearch to avoid dropping data. `output.elasticsearch.max_retries` now controls both request-level and document-level retries, and defaults to `3`. {pull}13620[13620] - APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]