Skip to content

Commit 03c9f64

Browse files
authored
[apm-data] fix(8.17): update resource version (#129539)
* update resource version We introduced some changes in 8.17 that did not update the resource version. As such for cluster upgrading from an older version Elasticsearch would not detect the need to apply the new templates, effectively not introducing the new changes * Update docs/changelog/129539.yaml
1 parent ecb1fcd commit 03c9f64

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog/129539.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 129539
2+
summary: "[apm-data] fix(8.17): update resource version"
3+
area: Data streams
4+
type: bug
5+
issues: []

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: 12
4+
version: 13
55

66
component-templates:
77
# Data lifecycle.

0 commit comments

Comments
 (0)