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 a6728d3 commit 7d5abccCopy full SHA for 7d5abcc
x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/MlDeprecationChecker.java
@@ -39,7 +39,7 @@ static Optional<DeprecationIssue> checkDataFeedQuery(DatafeedConfig datafeedConf
39
new DeprecationIssue(
40
DeprecationIssue.Level.WARNING,
41
"Datafeed [" + datafeedConfig.getId() + "] uses deprecated query options",
42
- "https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#breaking_70_search_changes",
+ "https://ela.st/es-deprecation-7-data-feed-query",
43
deprecations.toString(),
44
false,
45
null
0 commit comments