File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
x-pack/plugin/apm-data/src/main/resources Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ pr : 131296
2+ summary : Enable failure store for newly created APM datastreams
3+ area : Ingest Node
4+ type : enhancement
5+ issues : []
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
66component-templates :
77 # Data lifecycle.
You can’t perform that action at this time.
0 commit comments