From 17bfc8275ffd1e240350340025ac6ccf34e7e411 Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Thu, 29 Oct 2020 15:13:58 +0000 Subject: [PATCH] Docs: Describe pipeline aggregation changes in v7.3 (#28660) --- docs/sources/whatsnew/whats-new-in-v7-3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/whatsnew/whats-new-in-v7-3.md b/docs/sources/whatsnew/whats-new-in-v7-3.md index ce89346fdc2..1aa8c73f64b 100644 --- a/docs/sources/whatsnew/whats-new-in-v7-3.md +++ b/docs/sources/whatsnew/whats-new-in-v7-3.md @@ -84,6 +84,10 @@ You can now configure your Elasticsearch data source to access your Amazon Elast For more details, refer to the [Elasticsearch docs]({{}}). +## Chaining pipeline aggregation in Elasticsearch + +Thanks to a contribution from a community member, it's now possible to chain multiple pipeline aggregations together and use the results of one pipeline aggregation as the input of another. This unleashes the full power of Elasticsearch's pipeline aggregations in Grafana, allowing users to perform high order derivatives or use a pipeline aggregation result as a variable for a Bucket Script Aggregation. + ## Grafana Enterprise features These features are included in the Grafana Enterprise edition software.