Skip to content

IP range aggregation will not work anymore once points are integrated #17700

@jpountz

Description

@jpountz

The ip range aggregation uses the numeric representation of ip addresses to compute the ranges. However once points are integrated, ip addresses will be stored in doc values using a SORTED_SET (binary) representation. So we have two options:

  • remove the ip range aggregation and tell users to use filters aggregations instead
  • add support for range aggregations on SORTED_SET doc values

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions