• Home
  • Observe and explore
  • Query data
  • Dynatrace Pattern Language
  • DPL Network Data

Network Data

IPADDR

Matches IPv4 addresses in dot-decimal notation and IPv6 addresses in hextet notation.

output typequantifierconfiguration

ipaddr

none

none

Example

plaintext
192.168.33.1 1080:0:0:0:8:800:200C:417A

Pattern:

plaintext
IPADDR:ip EOL;

Parsing results ip-addresses in lines 1-2 being parsed into ipaddr field ip:

ip
192.168.33.1
1080:0:0:0:8:800:200C:417A

IPV4, IPV4ADDR

Matches IPv4 addresses in dot-decimal notation

output typequantifierconfiguration

ipaddr

none

none

IPV6, IPV6ADDR

Matches IPv6 addresses in hextet notation.

output typequantifierconfiguration

ipaddr

none

none

Example

plaintext
fe80:0:0:0:8e1:734c:9cca:6bc3 ::1 2a00:1450:4010:c05::69

Pattern:

plaintext
IPV6:ip EOL;

Parsing results addresses in lines 1-3 being extracted into ipaddr field ip:

ip
fe80::8e1:734c:9cca:6bc3
::1
2a00:1450:4010:c05::69