From 8be1e20b5e655ca8d2ff92c5bfca4240a91787f6 Mon Sep 17 00:00:00 2001 From: Benjamin Trent <4357155+benwtrent@users.noreply.github.com> Date: Wed, 20 Jul 2022 11:24:30 -0400 Subject: [PATCH 1/3] [ML] make bucket_correlation generally available --- .../pipeline/bucket-correlation-aggregation.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/aggregations/pipeline/bucket-correlation-aggregation.asciidoc b/docs/reference/aggregations/pipeline/bucket-correlation-aggregation.asciidoc index 841632124805f..ae6ceb2f16c94 100644 --- a/docs/reference/aggregations/pipeline/bucket-correlation-aggregation.asciidoc +++ b/docs/reference/aggregations/pipeline/bucket-correlation-aggregation.asciidoc @@ -5,8 +5,6 @@ Bucket correlation ++++ -experimental::[] - A sibling pipeline aggregation which executes a correlation function on the configured sibling multi-bucket aggregation. From 8323fcb4428a9d10d5411194718a8445a68c09a5 Mon Sep 17 00:00:00 2001 From: Benjamin Trent Date: Wed, 20 Jul 2022 11:25:36 -0400 Subject: [PATCH 2/3] Update docs/changelog/88655.yaml --- docs/changelog/88655.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog/88655.yaml diff --git a/docs/changelog/88655.yaml b/docs/changelog/88655.yaml new file mode 100644 index 0000000000000..e8623d1526d26 --- /dev/null +++ b/docs/changelog/88655.yaml @@ -0,0 +1,5 @@ +pr: 88655 +summary: Make `bucket_correlation` generally available +area: Machine Learning +type: feature +issues: [] From 491795b0797c54c4913633e80a5c89d314b7951d Mon Sep 17 00:00:00 2001 From: Benjamin Trent Date: Wed, 20 Jul 2022 11:57:27 -0400 Subject: [PATCH 3/3] Update docs/changelog/88655.yaml Co-authored-by: David Roberts --- docs/changelog/88655.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/88655.yaml b/docs/changelog/88655.yaml index e8623d1526d26..eb4c35c01c6be 100644 --- a/docs/changelog/88655.yaml +++ b/docs/changelog/88655.yaml @@ -1,5 +1,5 @@ pr: 88655 -summary: Make `bucket_correlation` generally available +summary: Make `bucket_correlation` aggregation generally available area: Machine Learning type: feature issues: []