kafka-connect-splunk icon indicating copy to clipboard operation
kafka-connect-splunk copied to clipboard

Kafka Connect connector for receiving data and writing data to Splunk.

Results 9 kafka-connect-splunk issues
Sort by recently updated
recently updated
newest added

When I try to run a connector within a docker I have this strange error. I can congirm that all jars are present. java.lang.NoClassDefFoundError: com/google/api/client/json/JsonFactory at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348)...

For automation with Chef/Puppet/Ansible/Salt it would be really nice to have the .deb and .rpm packages in a repository instead of just hosted on github. They could be hosted here...

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...

jcustenborder/kafka-connect-parent#10

enhancement

6.4.0 added support for [Indexer acknowledgement ](http://dev.splunk.com/view/event-collector/SP-CAAAE8X) which will allow us to determine that messages have been indexed.

enhancement

When using the Sink Connector and writing logs from kafka to Splunk, as part of the HEC request, I would also like to pass a different host to the one...

enhancement

I'm trying to understand how the sink connector maps the deserialized data from Kafka to what it ends up posting to the HEC endpoint. My data in kafka is "pre-baked"...

Starting in version 6.4, Splunk has added a raw endpoint for HEC. Reference: http://dev.splunk.com/view/event-collector/SP-CAAAE8Y Having this available in the kafka-connect-splunk connector would enable users to easier consume and sink unstructured...

enhancement

Starting with version 6.5, Splunk has added a top level object - parallel to "event" - called "fields". Reference: http://dev.splunk.com/view/event-collector/SP-CAAAFB6 Right now the kafka-connect-splunk sink puts all consumed data under...