Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changelog/136421.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 136421
summary: Bump version to retroactively fix template upgrade
area: Infra/Logging
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
public class DeprecationIndexingTemplateRegistry extends IndexTemplateRegistry {
// history (please add a comment why you increased the version here)
// version 1: initial
public static final int INDEX_TEMPLATE_VERSION = 1;
// version 2: bump to fix https://github.com/elastic/sdh-elasticsearch/issues/9371
public static final int INDEX_TEMPLATE_VERSION = 2;

public static final String DEPRECATION_INDEXING_TEMPLATE_VERSION_VARIABLE = "xpack.deprecation.indexing.template.version";

Expand Down