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 7d5abcc commit 17127ceCopy full SHA for 17127ce
x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/MlDeprecationChecker.java
@@ -57,8 +57,7 @@ static Optional<DeprecationIssue> checkDataFeedAggregations(DatafeedConfig dataf
57
new DeprecationIssue(
58
DeprecationIssue.Level.WARNING,
59
"Datafeed [" + datafeedConfig.getId() + "] uses deprecated aggregation options",
60
- "https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html"
61
- + "#breaking_70_aggregations_changes",
+ "https://ela.st/es-deprecation-7-data-feed-aggregation",
62
deprecations.toString(),
63
false,
64
null
0 commit comments