1 # MetaEventInfo fields are allowed to be set in all other events, this
2 # can be though of as inheritance, in other words all other events in this
3 # file can have the fields defined in the MetaEventInfo
6 ip_addr SenderIP; # sender_ip REQUIRED, CALCULATED
7 # ip address of the sender of the event
8 uint16 SenderPort; # sender_port REQUIRED, CALCULATED
9 # port of the sender of the event
10 int64 ReceiptTime; # time_received REQUIRED, CALCULATED
11 # time the event was received by the listener/journaller
12 uint16 SiteID; # receiver_id OPTIONAL, COMMAND_ARGS
13 # id of the listener/journaller
14 int16 enc; # encoding_type REQUIRED, FUNCTION_ARGS
15 # encoding type of strings in the event
16 string st; # sender_type OPTIONAL, FUNCTION_ARGS, 10
17 # sender type, this should be a short string which
18 # describes the sender type. (ie. "java", or "perl")