From 15c879327dfd91c3a8ac4b5743fa40786bda7e23 Mon Sep 17 00:00:00 2001 From: kruskal <99559985+kruskall@users.noreply.github.com> Date: Wed, 12 Jun 2024 02:18:51 +0200 Subject: [PATCH] changelog: add require data stream changelog entry --- changelogs/head.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index cb7993c1f69..f7514277d27 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -26,3 +26,4 @@ https://github.com/elastic/apm-server/compare/8.14\...main[View commits] - APM Server now relies on the Elasticsearch apm-data plugin's index templates, removing the requirement to install the APM integration package {pull}12066[12066] - Upgraded bundled APM Java agent attacher CLI to version 1.50.0 {pull}13326[13326] - Enable Kibana curated UIs to work with hostmetrics from OpenTelemetry's https://pkg.go.dev/go.opentelemetry.io/collector/receiver/hostmetricsreceiver[hostmetricsreceiver] {pull}13196[13196] +- Add require data stream to bulk index requests {pull}13398[13398]