From 575d43e6f8e0a87ca8f3bb04df8923146e28217e Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:00:12 +0200 Subject: [PATCH 1/3] feat: enable date_detection for all apm data streams --- .../src/main/resources/component-templates/apm@mappings.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugin/apm-data/src/main/resources/component-templates/apm@mappings.yaml b/x-pack/plugin/apm-data/src/main/resources/component-templates/apm@mappings.yaml index a5a3a7433f4c1..ac6462c86676c 100644 --- a/x-pack/plugin/apm-data/src/main/resources/component-templates/apm@mappings.yaml +++ b/x-pack/plugin/apm-data/src/main/resources/component-templates/apm@mappings.yaml @@ -4,7 +4,6 @@ _meta: managed: true template: mappings: - date_detection: false dynamic: true dynamic_templates: - numeric_labels: From afca4cadc683cda7934eb8083187ffb381cca554 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:53:30 +0200 Subject: [PATCH 2/3] Update resources.yaml --- x-pack/plugin/apm-data/src/main/resources/resources.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/apm-data/src/main/resources/resources.yaml b/x-pack/plugin/apm-data/src/main/resources/resources.yaml index beca2e5890bc0..ea54fd4c072e9 100644 --- a/x-pack/plugin/apm-data/src/main/resources/resources.yaml +++ b/x-pack/plugin/apm-data/src/main/resources/resources.yaml @@ -1,7 +1,7 @@ # "version" holds the version of the templates and ingest pipelines installed # by xpack-plugin apm-data. This must be increased whenever an existing template or # pipeline is changed, in order for it to be updated on Elasticsearch upgrade. -version: 13 +version: 14 component-templates: # Data lifecycle. From 6c1937c1b06c5cdafcbd611f7297b19118fdd5dc Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:14:18 +0200 Subject: [PATCH 3/3] Create 128913.yml --- docs/changelog/128913.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog/128913.yml diff --git a/docs/changelog/128913.yml b/docs/changelog/128913.yml new file mode 100644 index 0000000000000..623897bb272a1 --- /dev/null +++ b/docs/changelog/128913.yml @@ -0,0 +1,5 @@ +pr: 128913 +summary: "[apm-data] Enable 'date_detection' for all apm data streams" +area: Data streams +type: enhancement +issues: []