You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to compute the average Pass and Fail numbers for all combinations of os.name and os.version for their newest software version, so I use the following Composite query:
This change refactors the composite aggregator to handle deferrable sub-aggregators.
The previous implementation is not able to handle sub-aggregators that can defer the collection
(sub terms agg executed in `breadth_first` mode).
Closeselastic#28688
Hi!
I'm using Elasticsearch to store test results of a software. I'm running Elasticsearch on Docker CE with the following configuration:
Docker version 17.12.0-ce, build c97c6d6
Ubuntu 14.04.5 LTS 14.04 trusty
docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.1
docker.elastic.co/kibana/kibana-oss:6.2.1
The documents look like the following:
I want to compute the average Pass and Fail numbers for all combinations of os.name and os.version for their newest software version, so I use the following Composite query:
However, this fails with:
If I remove the Pass average aggregation it does not fail but id does fail with other metric aggregations. Any ideas what I might do wrong? Thanks!
The text was updated successfully, but these errors were encountered: