IP Address Module
1. Variables
1.1. LPEG Grammars
v4- IPv4 address matcherv6- IPv6 address matcherhostname- URI reg-namehost- v6 | v4 | hostnamehost_field- returns the host as a Heka message field table{value="127.0.0.1", representation="ipv4"}- 'v4_field' - converts a version 4 ip address into a Heka message field
v6_field- converts a version 6 ip address into a Heka message field- 'v4_octets' - converts a version 4 ip address into an array of octets
source code: ip_address.lua