From c19ca02cb1ba257721b52fcf5d9d70b0f059b1d7 Mon Sep 17 00:00:00 2001 From: inge4pres Date: Tue, 10 Dec 2024 15:00:09 +0100 Subject: [PATCH] remove redundant field Signed-off-by: inge4pres --- .../index-templates/traces-apm.sampled@template.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/x-pack/plugin/apm-data/src/main/resources/index-templates/traces-apm.sampled@template.yaml b/x-pack/plugin/apm-data/src/main/resources/index-templates/traces-apm.sampled@template.yaml index 9170306f3e8c3..694fd16f40ab3 100644 --- a/x-pack/plugin/apm-data/src/main/resources/index-templates/traces-apm.sampled@template.yaml +++ b/x-pack/plugin/apm-data/src/main/resources/index-templates/traces-apm.sampled@template.yaml @@ -30,7 +30,4 @@ template: data_stream.dataset: type: constant_keyword value: apm.sampled - event.ingested: - type: date - format: date_time_no_millis - script: "emit(System.currentTimeMillis())" +