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.
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 |
---|---|
$Category |
This element indicates the category type. |
$Endpoint |
This element indicates the endpoint. |
$InstanceId |
This element displays the Instance ID, a unique identifier for an instance of the probe |
$Level |
This element indicates the message level of the fault. The level can take one of the following values:
|
$LogMessage |
This element displays the event log message transformed from $Xmlmessage. The transformation is performed by the file specified by the TransformerFile property. |
$NodeType |
This element indicates the node type. |
$MessageTS |
This element displays the event message timestamp. |
$Messagetype |
This element indicates the event message type. |
$ModuleId |
This element displays the module ID. |
$Source |
This element indicates the event source. |
$SequenceNum |
This element displays the sequence number. |
$Type |
This element displays the fault type raised by the system. The fault can be one of the following types:
|
$TransformerName |
This element displays the Transformer Name. |
$Xmlmessage |
This element displays event log messages from the device under Contrail's system monitoring. |