From 03cc035aef5d7822a73bb5f28d90057157958c57 Mon Sep 17 00:00:00 2001 From: mikeglauser Date: Thu, 27 May 2021 14:25:50 -0700 Subject: [PATCH] Update README.md Added the following text: Splunk Connect for Kafka lets you subscribe to a Kafka topic and stream the data to the Splunk HTTP event collector on the following technologies: *Apache Kafka *Amazon Managed Streaming for Apache Kafka (Amazon MSK) *Confluent Platform --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c26b7d2..49e965ea 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,20 @@ Splunk Connect for Kafka is a Kafka Connect Sink for Splunk with the following f ## Requirements 1. Kafka version 1.0.0 and above. 2. Java 8 and above. -3. A Splunk environment of version 6.5 and above, configured with valid HTTP Event Collector (HEC) tokens. +3. A Splunk environment of version 7.1 and above, configured with valid HTTP Event Collector (HEC) tokens. * HEC token settings should be the same on all Splunk Indexers and Heavy Forwarders in your environment. * Task configuration parameters will vary depending on acknowledgement setting (See the [Configuration](#configuration) section for details). Note: HEC Acknowledgement prevents potential data loss but may slow down event ingestion. + +###Supported technologies + +Splunk Connect for Kafka lets you subscribe to a Kafka topic and stream the data to the Splunk HTTP event collector on the following technologies: + + * Apache Kafka + * Amazon Managed Streaming for Apache Kafka (Amazon MSK) + * Confluent Platform ## Build