Is your feature request related to a problem? Please describe
I would like to aggregate IPs by prefix. For example Ingress logs with different IP addresses inside some Ingress logs. I want to aggregate the IP by perfix like v6 with /64 and v4 with /32 to get the count how often a ip net has requested some ingress route.
Describe the solution you'd like
I would like a solution similar to elasticsearch but without the difference between IPv6 and IPv4.
In our case the IPs are in the same filed and not separated. Therefore I expect a bucket aggregation where IPv4 and IPv6 are listed together, sorted by there count.
Is your feature request related to a problem? Please describe
I would like to aggregate IPs by prefix. For example Ingress logs with different IP addresses inside some Ingress logs. I want to aggregate the IP by perfix like v6 with /64 and v4 with /32 to get the count how often a ip net has requested some ingress route.
Describe the solution you'd like
I would like a solution similar to elasticsearch but without the difference between IPv6 and IPv4. In our case the IPs are in the same filed and not separated. Therefore I expect a bucket aggregation where IPv4 and IPv6 are listed together, sorted by there count.
To be more detailed:
Related component
Search:Aggregations
Describe alternatives you've considered
No response
Additional context
No response