Browse Source

apm-data: enable failure store for newly created APM datastreams (#131296)

Ruben van Staden 3 months ago
parent
commit
280793df09

+ 5 - 0
docs/changelog/131296.yaml

@@ -0,0 +1,5 @@
+pr: 131296
+summary: Enable failure store for newly created APM datastreams
+area: Ingest Node
+type: enhancement
+issues: []

+ 3 - 0
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

+ 1 - 1
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: 101
+version: 102
 
 component-templates:
   # Data lifecycle.