Skip to content

Commit 17127ce

Browse files
committed
ES-9508 Datafeed deprecated aggregation options notice
1 parent 7d5abcc commit 17127ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ static Optional<DeprecationIssue> checkDataFeedAggregations(DatafeedConfig dataf
5757
new DeprecationIssue(
5858
DeprecationIssue.Level.WARNING,
5959
"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",
60+
"https://ela.st/es-deprecation-7-data-feed-aggregation",
6261
deprecations.toString(),
6362
false,
6463
null

0 commit comments

Comments
 (0)