From 11498f14aca7b3e77c5382f75d64eef3fb65d544 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Wed, 27 Mar 2024 14:21:28 +0000 Subject: [PATCH] changelog: Add missing entry for #10994 TBS protobuf (#12874) (cherry picked from commit 849e506d03637e1072f8c90b168d580bf7dc6a6e) --- changelogs/8.9.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/8.9.asciidoc b/changelogs/8.9.asciidoc index 75af82371be..cadac47bdcb 100644 --- a/changelogs/8.9.asciidoc +++ b/changelogs/8.9.asciidoc @@ -48,3 +48,4 @@ No significant changes. - apmpackage: Remove `timeseries.instance` in ingest pipeline for pre-8.6 compatibility {pull}10973[10973] - apmpackage: Use "dynamic: runtime" instead of strict mapping for internal, TBS, and aggregation indices {pull}10968[10968] - Corrected as of 5 July 2023 to align with the correct license text for Elastic License 2.0 {pull}11120[11120] +- Tail-based sampling: Migrate to protobuf codec for storage efficiency and performance {pull}10994[10994]