Skip to content

Commit 65356b3

Browse files
committed
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 As we updated 8.18 to match and there are some changes to templates between 8.18 and 9.0 we want to ensure the resource version triggers the template upgrade on stack version upgrade. Related to elastic/ingest-dev#5701
1 parent a68caad commit 65356b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

66
component-templates:
77
# Data lifecycle.

0 commit comments

Comments
 (0)