dhcp.isc
Introduction
The tags beginning with dhcp.isc
identify events generated by ISC DHCP services.
Valid tags and data tables
The full tag must have 3 levels. The first two are fixed as dhcp.isc
. The third level identifies the type of events sent.
These are the valid tags and corresponding data tables that will receive the parsers' data:
Product / Service | Tags | Data tables |
---|---|---|
ISC DHCP |
|
|
|
|
For more information, read more About Devo tags.
Table structure
These are the fields displayed in this table:
dhcp.isc.stdout
Field | Type | Field transformation | Source field name | Extra fields |
---|---|---|---|---|
eventdate |
|
|
|
|
hostname |
|
|
|
|
packet |
|
|
|
|
toAddress |
|
|
|
|
toDeviceId |
|
|
|
|
fromAddress |
|
|
|
|
fromDeviceId |
|
|
|
|
ofAddress |
|
|
|
|
ofDeviceId |
|
|
|
|
onAddress |
|
|
|
|
onDeviceId |
|
|
|
|
forAddress |
|
|
|
|
forDeviceId |
|
|
|
|
via |
|
|
|
|
viaDeviceId |
|
|
|
|
TransID |
|
|
|
|
network |
|
|
|
|
uid |
|
|
|
|
message |
|
|
|
|
leaseIpAddress |
| ifthenelse(packet in set(["DHCPACK", "DHCPOFFER", "BOOTREPLY", "DHCPEXPIRE", "RELEASE"]), ifthenelse(isnull(onAddress), toAddress, onAddress), null) | toAddress packet onAddress |
|
leaseHardwareAddress |
| ifthenelse(packet in set(["DHCPACK", "DHCPOFFER", "BOOTREPLY", "DHCPEXPIRE", "RELEASE"]), ifthenelse(isnull(onAddress), toDeviceId, toAddress), null) | toAddress packet toDeviceId onAddress |
|
hostchain |
|
|
| ✓ |
tag |
|
|
| ✓ |
rawMessage |
|
| rawSource | ✓ |