mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-26 16:17:19 -04:00
This takes the CIDR_MATCH out of the operators group and adds it to a new `IP functions` group. The change also re-aranges the groups, grouping together the type-specific functions and ordering them alphabetically.
14 lines
233 B
Text
14 lines
233 B
Text
[[esql-ip-functions]]
|
|
==== {esql} IP functions
|
|
|
|
++++
|
|
<titleabbrev>IP functions</titleabbrev>
|
|
++++
|
|
|
|
{esql} supports these IP functions:
|
|
|
|
// tag::ip_list[]
|
|
* <<esql-cidr_match>>
|
|
// end::ip_list[]
|
|
|
|
include::layout/cidr_match.asciidoc[]
|