File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,20 @@ Splunk Connect for Kafka is a Kafka Connect Sink for Splunk with the following f
8
8
## Requirements
9
9
1 . Kafka version 1.0.0 and above.
10
10
2 . Java 8 and above.
11
- 3 . A Splunk environment of version 6.5 and above, configured with valid HTTP Event Collector (HEC) tokens.
11
+ 3 . A Splunk environment of version 7.1 and above, configured with valid HTTP Event Collector (HEC) tokens.
12
12
13
13
* HEC token settings should be the same on all Splunk Indexers and Heavy Forwarders in your environment.
14
14
* Task configuration parameters will vary depending on acknowledgement setting (See the [Configuration](#configuration) section for details).
15
15
16
16
Note: HEC Acknowledgement prevents potential data loss but may slow down event ingestion.
17
+
18
+ ###Supported technologies
19
+
20
+ 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:
21
+
22
+ * Apache Kafka
23
+ * Amazon Managed Streaming for Apache Kafka (Amazon MSK)
24
+ * Confluent Platform
17
25
18
26
## Build
19
27
You can’t perform that action at this time.
0 commit comments