Skip to content

Commit 6cb4239

Browse files
committed
ES-9508 Watcher setting deprecation
1 parent e847f2f commit 6cb4239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ static DeprecationIssue checkWatcherBulkConcurrentRequestsSetting(
10181018
Setting.Property.NodeScope,
10191019
Setting.Property.Deprecated
10201020
);
1021-
String url = "https://ela.st/es-deprecation-8-watcher-bulk-concurrency-setting";
1021+
String url = "https://ela.st/es-deprecation-8-watcher-settings";
10221022
return checkRemovedSetting(
10231023
clusterState.metadata().settings(),
10241024
settings,

0 commit comments

Comments
 (0)