Skip to content

Commit

Permalink
[Maps] fix removing global filter from layer can cause app to start t…
Browse files Browse the repository at this point in the history
…hrashing (elastic#72763)
  • Loading branch information
nreese committed Jul 22, 2020
1 parent 6c8cc40 commit 091cb5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function getClusterSource(documentSource: IESSource, documentStyle: IVectorStyle
geoField: documentSource.getGeoFieldName(),
requestType: RENDER_AS.POINT,
});
clusterSourceDescriptor.applyGlobalQuery = documentSource.getApplyGlobalQuery();
clusterSourceDescriptor.metrics = [
{
type: AGG_TYPE.COUNT,
Expand Down

0 comments on commit 091cb5b

Please sign in to comment.