Sourcestring`json:"source,omitempty"`// optional description of the source of the event; typically the app's name
SourceTypestring`json:"sourcetype,omitempty"`// optional name of a Splunk parsing configuration; this is usually inferred by Splunk
Indexstring`json:"index,omitempty"`// optional name of the Splunk index to store the event in; not required if the token has a default index set in Splunk
EventEvent`json:"event,omitempty"`// throw any useful key/val pairs here}
Sourcestring`json:"source,omitempty"`// optional description of the source of the event; typically the app's name
SourceTypestring`json:"sourcetype,omitempty"`// optional name of a Splunk parsing configuration; this is usually inferred by Splunk
Indexstring`json:"index,omitempty"`// optional name of the Splunk index to store the event in; not required if the token has a default index set in Splunk
Eventmap[string]interface{}`json:"event,omitempty"`// throw any useful key/val pairs here}