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?