From f149265afcb7733ffab0efbdc53e7d48c754beb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 4 Apr 2025 10:32:34 +0200 Subject: [PATCH] [Profiling] Don't use synthetic source for symbolization queues --- .../profiling/index-template/profiling-sq-executables.json | 7 +------ .../profiling/index-template/profiling-sq-leafframes.json | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-executables.json b/x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-executables.json index d5d24a22fc58e..f14797dbcf6f6 100644 --- a/x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-executables.json +++ b/x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-executables.json @@ -7,12 +7,7 @@ "index": { "auto_expand_replicas": "0-1", "refresh_interval": "10s", - "hidden": true, - "mapping": { - "source": { - "mode": "synthetic" - } - } + "hidden": true } }, "mappings": { diff --git a/x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-leafframes.json b/x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-leafframes.json index b56b4b2874743..8b3bed7140689 100644 --- a/x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-leafframes.json +++ b/x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-leafframes.json @@ -7,12 +7,7 @@ "index": { "auto_expand_replicas": "0-1", "refresh_interval": "10s", - "hidden": true, - "mapping": { - "source": { - "mode": "synthetic" - } - } + "hidden": true } }, "mappings": {