jcustenborder / kafka-connect-splunk

Kafka Connect connector for receiving data and writing data to Splunk.
Apache License 2.0
25 stars 10 forks source link

Sink Connector time field not moved to splunk time field #17

Open patspruyt opened 6 years ago

patspruyt commented 6 years ago

From the documentation:

The Sink Connector will pull over all of the fields that are in the incoming schema. If there is a timestamp field named date or time it will be converted to a Splunk timestamp and moved to the time field

The "time" field is removed from the event object (as expected) but is not moved to the "splunk time field".

What is the right time format to use (already tried epoc, epoc_milli and ISO) ?

The "host" field is moved as expected.