How to query private IP range in kibana?

I want to query sourceIP in private IP.For example: 10.0.0.0-10.255.255.255 or 172.16.0.0 – 172.31.255.255 or 192.168.0.0 – 192.168.255.255

But I user sourceIP:[10.0.0.0 TO 10.255.255.255] don't work.The sourceIP field type is IP

I also try to use "between" by filter but the filter only set one range in the same time and the operator of each filter is "AND".

How to query private IP range in kibana?

Use CIDR for the filter, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.