August 2019
Intermediate to advanced
560 pages
13h 41m
English
Similar to the date_range aggregation, this is used for the IP data type field to count the documents based on the IP range:
:
"aggs" : {"used_ips" : {"ip_range" : {"field" : "ip_field","ranges" : [{ "to" : "192.168.0.255" },{ "from" : "192.168.0.150" }]}}}
Read now
Unlock full access