Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop sending null in ip range from/to props
The IP range agg supports open ended ranges. Elasticsearch 2.x was lenient and accepted null as a value for the from/to props, but the correct way to do an open ended range was always to omit the from/to key entirely. ES 5.0 appears to be more strict and barfs when null is passed. This commit removes the null values. Fixes elastic#8741
- Loading branch information