Go-Splunk-HTTP
Go-Splunk-HTTP copied to clipboard
NewEventWithTime ignores provided timestamp
This should be an easy one, while looking into the code i found that NewEventWithTime ignores the provided time and instead also uses time.now https://github.com/ZachtimusPrime/Go-Splunk-HTTP/blob/master/splunk/v2/splunk.go#L95
PR here: https://github.com/ZachtimusPrime/Go-Splunk-HTTP/pull/20