Common Fieldsedit

Contains common fields available in all event types.

@timestampedit

type: date

example: 2015-01-24 14:06:05.071000

format: YYYY-MM-DDTHH:MM:SS.milliZ

required: True

The timestamp of when the measurements were taken. The precision is in milliseconds. The timezone is UTC.

typeedit

required: True

Set to "system" to indicate that the statistics are system-wide.

countedit

type: int

required: True

The number of transactions that this event represents. This is generally the inverse of the sampling rate. For example, for a sample rate of 1/10, the count is 10. The count is used by the UIs to return estimated values. Reserved for future usage.

beat.nameedit

Name of the Beat sending the events. If the shipper name is set in the configuration file, then that value is used. If it is not set, the hostname is used.

beat.hostnameedit

The hostname as returned by the operating system on which the Beat is running.