Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

The tags beginning with dhcp.unix identify events generated by UNIX DHCP services.

Valid tags and data tables 

The full tag must have 3 levels. The first two are fixed as dhcp.unix. 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

Unix DHCP server

dhcp.unix.stdout

dhcp.unix.stdout

For more information, read more About Devo tags.

Table structure

These are the fields displayed in this table:

dhcp.unix.stdout

Field

Type

Field transformation

Source field name

Extra fields

eventdate

timestamp

dhcpserver

str

vmachine

serverdate

str

transmitter

str

source

str

toAddress

str

toDeviceId

str

fromAddress

str

ofAddress

str

onAddress

str

forAddress

str

unknown

str

actuator

str

leaseIpAddress

str

ifthenelse(isnull(onAddress), toAddress, onAddress)

onAddress

toAddress

leaseHardwareAddress

str

ifthenelse(isnull(onAddress), toDeviceId, toAddress)

onAddress

toDeviceId

toAddress

rawMessage

str

hostchain

str

tag

str

  • No labels