Skip to content

Commit 280793d

Browse files
authored
apm-data: enable failure store for newly created APM datastreams (#131296)
1 parent 7a01565 commit 280793d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/changelog/131296.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131296
2+
summary: Enable failure store for newly created APM datastreams
3+
area: Ingest Node
4+
type: enhancement
5+
issues: []

x-pack/plugin/apm-data/src/main/resources/component-templates/[email protected]

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ template:
1212
ignore_malformed: true
1313
total_fields:
1414
ignore_dynamic_beyond_limit: true
15+
data_stream_options:
16+
failure_store:
17+
enabled: true

x-pack/plugin/apm-data/src/main/resources/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# "version" holds the version of the templates and ingest pipelines installed
22
# by xpack-plugin apm-data. This must be increased whenever an existing template or
33
# pipeline is changed, in order for it to be updated on Elasticsearch upgrade.
4-
version: 101
4+
version: 102
55

66
component-templates:
77
# Data lifecycle.

0 commit comments

Comments
 (0)