- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Data is not coming in splunk from kafka server
Hi All,
I am trying to get data from a kafka server, but the data in not coming up in splunk. Below points checked:-
1. ports are checked for hec, kafka and splunk, all are working and accessible i.e (telnet is enable, but ping is not)
2. hec token also setup in splunk.
3. kafka is also starting without any issue.
4. kafka is also showing active connectors and their configurations.
5. in kafka connector, parameters are according to the document.
Kindly help me with the above issue.
i followed the below document for the "splunk connect for kafka" configuration:-
https://docs.splunk.com/Documentation/KafkaConnect/1.1.0/User/ConfigureSplunkKafkaConnect
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Moni,
did you look at the troubleshooting page? https://docs.splunk.com/Documentation/KafkaConnect/1.1.0/User/Troubleshootyourdeployment
Greetings,
Jacob
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jacob,
Thanks for the quick revert.
yes, i have checked the troubleshooting steps also. its splunk.hec.ack.enabled="true" and splunk.indexes=[index_name] in No events are arriving in Splunk topic.
Am i missing anything else?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Do you see any errors?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @rdagan and @hijacob ,
yes, i got the error of java. in kafka server the java version was openJDK 1.8.0, so up-gradation to java8 resolved the issue.
thanks for the help.
