initial checkin
[lwes-journaller-java.git] / src / test / resources / sample.esf
blobf0e5edfb88e5120dcfea44144647f6ce3630d994
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
4 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")
21 MyEvent
23   string field;
24   int32 count;
25   int32 run;
26   string prog_id;
27   int32 num;
28   string k0;
29   int16 v0;
30   string k1;
31   int16 v1;