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 | ✓ |