INET Functions
A list of all INET functions supported by Cribl Search.
Name | Description |
---|---|
ipv4_compare | Compares two IPv4 strings. |
ipv4_is_in_range | Checks if IPv4 string address is in IPv4-prefix notation range. |
ipv4_is_in_any_range | Checks whether IPv4 string address is in any of the specified IPv4 address ranges. |
ipv4_is_match | Matches two IPv4 strings. |
ipv4_is_private | Checks if IPv4 string address belongs to a set of private network IPs. |
ipv4_netmask_suffix | Returns the value of the IPv4 netmask suffix from IPv4 string address. |
ipv6_compare | Compares two IPv6 or IPv4 network address strings. |
ipv6_is_match | Matches two IPv6 or IPv4 network address strings. |
format_bytes | Converts the input into a string that represents data size. |
format_ipv4 | Parses input with a netmask and returns string representing IPv4 address. |
format_ipv4_mask | Parses input with a netmask and returns string representing IPv4 address as CIDR notation. |