elasticsearch/docs/reference/esql/functions/ip-functions.asciidoc
Bogdan Pintea b26d7d3e14
Introduce an IP functions group (#108304)
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.
2024-05-06 13:43:30 +02:00

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[]