mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
030b5ba577
commit
afa91e20df
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ const CourierRequestHandlerProvider = function (Private, courier, timefilter) {
|
|||
|
||||
return _.cloneDeep(resp);
|
||||
}).then(async resp => {
|
||||
for (const agg of vis.aggs) {
|
||||
for (const agg of vis.getAggConfig()) {
|
||||
const nestedSearchSource = new SearchSource().inherits(searchSource);
|
||||
resp = await agg.type.postFlightRequest(resp, vis.aggs, agg, nestedSearchSource);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue