NAME
App::ElasticSearch::Utilities::QueryString::IP - Expand IP CIDR Notation to ES ranges
VERSION
version 4.7
SYNOPSIS
App::ElasticSearch::Utilities::QueryString::IP
If a field is an IP address wild card, it is transformed:
src_ip:10.* => src_ip:[10.0.0.0 TO 10.255.255.255]
AUTHOR
Brad Lhotsky <brad@divisionbyzero.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2012 by Brad Lhotsky.
This is free software, licensed under:
The (three-clause) BSD License