Skip to content

Commit cc76faf

Browse files
committed
ES-9508 Simplefs deprecation
1 parent a6f0eb6 commit cc76faf

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
@@ -229,7 +229,7 @@ private DeprecationIssue storeTypeSettingCheck(
229229
return new DeprecationIssue(
230230
DeprecationIssue.Level.WARNING,
231231
"[simplefs] is deprecated and will be removed in future versions",
232-
"https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-store.html",
232+
"https://ela.st/es-deprecation-7-simplefs",
233233
"[simplefs] is deprecated and will be removed in 8.0. Use [niofs] or other file systems instead. "
234234
+ "Elasticsearch 7.15 or later uses [niofs] for the [simplefs] store type "
235235
+ "as it offers superior or equivalent performance to [simplefs].",

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
@@ -546,7 +546,7 @@ public void testSimpleFSSetting() {
546546
new DeprecationIssue(
547547
DeprecationIssue.Level.WARNING,
548548
"[simplefs] is deprecated and will be removed in future versions",
549-
"https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-store.html",
549+
"https://ela.st/es-deprecation-7-simplefs",
550550
"[simplefs] is deprecated and will be removed in 8.0. Use [niofs] or other file systems instead. "
551551
+ "Elasticsearch 7.15 or later uses [niofs] for the [simplefs] store type "
552552
+ "as it offers superior or equivalent performance to [simplefs].",

0 commit comments

Comments
 (0)