From 08ff3914fd85cf184c9f0a5a5a03456082297afe Mon Sep 17 00:00:00 2001 From: David Kyle Date: Thu, 28 Dec 2017 10:50:20 +0000 Subject: [PATCH] [DOCS] Correct over field usage for freq rare function (elastic/x-pack-elasticsearch#3435) Original commit: elastic/x-pack-elasticsearch@2b315610b93d327e7f5473c8db9f1edc6f79e695 --- docs/en/ml/functions/rare.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ml/functions/rare.asciidoc b/docs/en/ml/functions/rare.asciidoc index 1973a279a6b..2485605557c 100644 --- a/docs/en/ml/functions/rare.asciidoc +++ b/docs/en/ml/functions/rare.asciidoc @@ -96,7 +96,7 @@ values occur. This function supports the following properties: * `by_field_name` (required) -* `over_field_name` (optional) +* `over_field_name` (required) * `partition_field_name` (optional) For more information about those properties, see