We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e847f2f commit 6cb4239Copy full SHA for 6cb4239
x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/NodeDeprecationChecks.java
@@ -1018,7 +1018,7 @@ static DeprecationIssue checkWatcherBulkConcurrentRequestsSetting(
1018
Setting.Property.NodeScope,
1019
Setting.Property.Deprecated
1020
);
1021
- String url = "https://ela.st/es-deprecation-8-watcher-bulk-concurrency-setting";
+ String url = "https://ela.st/es-deprecation-8-watcher-settings";
1022
return checkRemovedSetting(
1023
clusterState.metadata().settings(),
1024
settings,
0 commit comments