Uses of Class
com.splunk.logging.HttpEventCollectorEventInfo
-
Packages that use HttpEventCollectorEventInfo Package Description com.splunk.logging com.splunk.logging.serialization -
-
Uses of HttpEventCollectorEventInfo in com.splunk.logging
Methods in com.splunk.logging with parameters of type HttpEventCollectorEventInfo Modifier and Type Method Description default double
EventBodySerializer. getEventTime(HttpEventCollectorEventInfo eventInfo)
Timestamp to be sent with custom message.String
EventBodySerializer. serializeEventBody(HttpEventCollectorEventInfo eventInfo, Object formattedMessage)
Map<String,Object>
EventHeaderSerializer. serializeEventHeader(HttpEventCollectorEventInfo eventInfo, Map<String,Object> metadata)
-
Uses of HttpEventCollectorEventInfo in com.splunk.logging.serialization
Methods in com.splunk.logging.serialization with parameters of type HttpEventCollectorEventInfo Modifier and Type Method Description double
PlainTextEventBodySerializer. getEventTime(HttpEventCollectorEventInfo eventInfo)
com.google.gson.JsonElement
EventInfoTypeAdapter. serialize(HttpEventCollectorEventInfo src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
String
HecJsonSerializer. serialize(HttpEventCollectorEventInfo info)
String
PlainTextEventBodySerializer. serializeEventBody(HttpEventCollectorEventInfo eventInfo, Object formattedMessage)
-