Values.LogEventSourceThis structure contains the information for one sample log event that is associated with an anomaly found by a log anomaly detector.
type nonrec t = {timestamp : Timestamp.t option;The time stamp of the log event.
*)message : EventMessage.t option;The message content of the log event.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Timestamp.t | `String of EventMessage.t ]) list ]