Elements
The probe breaks event data down into tokens and parses them into elements. Elements are used to assign values to ObjectServer fields; the field values contain the event details in a form that the ObjectServer understands.
@Summary
entry
in the rules file. For example, the rules file entry @Summary=$Subject
will
pass the value of the $Subject element
of the email to the Summary field.The following table describes the elements that the probe generates. Not all the elements described are generated for each event; the elements that the probe generates depend on the event type.
Element name |
Element description |
---|---|
$Body |
This element contains the body of the email. |
$Body_LineCount |
This element indicates the total number of lines in the body of the email. |
$Body_nn |
This element identifies a single line within the body of the email, where nn indicates the line number. |
$Date |
This element shows the date and time at which the email was sent. |
$From |
This element indicates the email address of the sender of the email. |
$Header |
This element contains the full header details of the email. |
$Header_LineCount |
This indicates the total number of lines in the header of the email. |
$Header_nn |
This element identifies a single line within the header of the email, where nn indicates the line number. |
$Subject |
This element indicates the subject of the email. |
$To |
This element indicates the email address of the recipient of the email. |
$Severity |
This element indicates the severity level of the event. |