-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline metrics aggregations do not recognize composite aggregations as multi-bucket #32692
Comments
Observing the same error in v6.4.3. Without the ability to use the Pipeline aggregation, Composite aggregation loses a lot of flexibility. I'm willing to work on this missing feature. Looking forward to any hints about the "marker" that is missing as mentioned in the forum link. There is an error (or typo) in the above mentioned query for reproducing this behaviour i.e. the pipeline aggregation should be as mentioned below:
|
@jimczi Any updates on this? |
+1 |
Also having the same issue. Any update on this? |
Looking for a way to output a report specifying all customers having sum of sales larger than X. The composite aggregation seems to be the right tool, but now I'll have to get all customer aggregated buckets first, and then do application-level filtering for the sum. This isn't terrible, but the amount of traffic might be wasteful. So, very interested in combining these two great abilities. |
While the fix would be simple it might be misleading for users since pipeline buckets are applied to the final buckets. One thing I'd like to understand is why this would be needed since the idea of the |
Forgot to update this ticket. We discussed this in a team meeting. We think it might be possible to support a subset of the pipeline aggs, namely the ones that are "self contained" like a bucket_script. E.g. the pipeline agg is only enriching an existing bucket, and doesn't rely on data from any other buckets. This would be safe and compatible with composite agg. Other pipelines like a derivative are not safe, because there is no guarantee that the page has all the required data. Not entirely sure how we'd go about implementing this -- some kind of new marker interface? Or if it's worth the effort to implement for such a limited functionality. |
This is not something we plan to implement in the near future in aggregations, and has been superceded by our focus on ESQL. Closing as not planned. If your feel strongly about this one, please let us know. |
Elasticsearch version (
bin/elasticsearch --version
): 6.3.0 official docker imagePlugins installed: []
JVM version (
java -version
): 10.0.1OS version (
uname -a
if on a Unix-like system):Linux 389f11186e5b 4.9.93-linuxkit-aufs #1 SMP Wed Jun 6 16:55:56 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
Haven't seen the Git issue posted for this thread, so I'm posting it to get the ball rolling since my team has encountered it as well.
Pipeline metrics aggregations do not recognize composite aggregations as multi-bucket. However, composite aggregations are multi-bucket, so this should work.
Steps to reproduce:
Provide logs (if relevant):
The error that comes back will be similar to:
The text was updated successfully, but these errors were encountered: