dhcp.infoblox
Introduction
The tags beginning with dhcp.infoblox
identify events generated by Infoblox DHCP services.
Valid tags and data tables
The full tag must have at least 3 levels. The first two are fixed as dhcp.infoblox
. The third level identifies the type of events sent, and the fourth level indicates the event subtype.
These are the valid tags and corresponding data tables that will receive the parsers' data:
Product / Service | Tags | Data tables |
---|---|---|
Infoblox DHCP |
|
|
|
|
For more information, read more About Devo tags.
Send it
Data should be sent using the relay.
Example relay rules
Source message:
Source data:
Source tag:
Target tag: dhcp.infoblox.stdout
Sent without syslog tag: false
Stop processing: false
Table structure
These are the fields displayed in this table:
dhcp.infoblox.stdout
Field | Type | Field transformation | Source field name | Extra fields |
---|---|---|---|---|
eventdate |
|
|
|
|
host |
|
| vhost |
|
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 | ✓ |