From d22a242613aa96cd6081d9473c46f033979dc279 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 25 Jun 2020 16:54:37 -0400 Subject: [PATCH] Docs: Mark variable_width_histogram experimental (#58574) We're tracking this aggregation's experimental-progress in #58573. We'd like a little time to be able to make backwards incompatible changes to the aggregation because we're not 100% sure about the request and response format yet. --- docs/reference/aggregations/bucket.asciidoc | 2 ++ .../bucket/variablewidthhistogram-aggregation.asciidoc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/reference/aggregations/bucket.asciidoc b/docs/reference/aggregations/bucket.asciidoc index 134c6a848a57d..2d51150de7b9f 100644 --- a/docs/reference/aggregations/bucket.asciidoc +++ b/docs/reference/aggregations/bucket.asciidoc @@ -68,4 +68,6 @@ include::bucket/significanttext-aggregation.asciidoc[] include::bucket/terms-aggregation.asciidoc[] +include::bucket/variablewidthhistogram-aggregation.asciidoc[] + include::bucket/range-field-note.asciidoc[] diff --git a/docs/reference/aggregations/bucket/variablewidthhistogram-aggregation.asciidoc b/docs/reference/aggregations/bucket/variablewidthhistogram-aggregation.asciidoc index 535d1f24c0272..b3892e9e584d0 100644 --- a/docs/reference/aggregations/bucket/variablewidthhistogram-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/variablewidthhistogram-aggregation.asciidoc @@ -1,6 +1,8 @@ [[search-aggregations-bucket-variablewidthhistogram-aggregation]] === Variable Width Histogram Aggregation +experimental::["We're evaluating the request and response format for this new aggregation.",https://github.com/elastic/elasticsearch/issues/58573] + This is a multi-bucket aggregation similar to <>. However, the width of each bucket is not specified. Rather, a target number of buckets is provided and bucket intervals are dynamically determined based on the document distribution. This is done using a simple one-pass document clustering algorithm