From e51a6e0f260eaae782f91de4243c6a9ad6d8ec73 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Wed, 26 Mar 2025 10:08:17 -0400 Subject: [PATCH] mis: enable failure store to APM datastreams --- .../src/main/resources/component-templates/apm@settings.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/plugin/apm-data/src/main/resources/component-templates/apm@settings.yaml b/x-pack/plugin/apm-data/src/main/resources/component-templates/apm@settings.yaml index 75671948de11a..4719a2f8e3d3e 100644 --- a/x-pack/plugin/apm-data/src/main/resources/component-templates/apm@settings.yaml +++ b/x-pack/plugin/apm-data/src/main/resources/component-templates/apm@settings.yaml @@ -12,3 +12,6 @@ template: ignore_malformed: true total_fields: ignore_dynamic_beyond_limit: true + data_stream_options: + failure_store: + enabled: true