QueryEvent
A representation of events as returned by the querying api, rather than the event api
{
"name": "string",
"start": 0,
"end": 0,
"hosts": [
"string"
],
"summarized": 0,
"isEphemeral": false
}
Event name
Start time of event, in epoch millis
End time of event, in epoch millis
Tags (annotations) on the event
Sources (hosts) to which the event pertains
In some event queries, multiple events that occur nearly simultaneously are summarized under a single event. This value specifies the number of events summarized under this one
Whether the event is an artificial event generated by a literal expression or alert backtesting, i.e. not stored in the Wavefront backend