Skip to content

Commit 628fcc6

Browse files
committed
ES-9508 Translog Retention Deprecation URL
1 parent 5e32ec6 commit 628fcc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/IndexDeprecationChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private DeprecationIssue translogRetentionSettingCheck(
194194
return new DeprecationIssue(
195195
DeprecationIssue.Level.WARNING,
196196
"translog retention settings are ignored",
197-
"https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-translog.html",
197+
"https://ela.st/es-deprecation-7-translog-retention",
198198
"translog retention settings [index.translog.retention.size] and [index.translog.retention.age] are ignored "
199199
+ "because translog is no longer used in peer recoveries with soft-deletes enabled (default in 7.0 or later)",
200200
false,

x-pack/plugin/deprecation/src/test/java/org/elasticsearch/xpack/deprecation/IndexDeprecationCheckerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public void testTranslogRetentionSettings() {
447447
new DeprecationIssue(
448448
DeprecationIssue.Level.WARNING,
449449
"translog retention settings are ignored",
450-
"https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-translog.html",
450+
"https://ela.st/es-deprecation-7-translog-retention",
451451
"translog retention settings [index.translog.retention.size] and [index.translog.retention.age] are ignored "
452452
+ "because translog is no longer used in peer recoveries with soft-deletes enabled (default in 7.0 or later)",
453453
false,

0 commit comments

Comments
 (0)