Splunk (6.4.2) large cluster.
Splunk Plugin for Jenkins 1.3.1
I have the Splunk plugin on 4 Jenkins masters. One of the masters stopped sending data on Sunday (14 days since last restart of Jenkins) and I can't establish the connection again. The other 3 masters are still working and my curl test to the HTTP collector works from all 4 masters.
Jenkins log entry from working master.
Dec 06, 2016 10:44:01 AM com.splunk.splunkjenkins.utils.LogConsumer run
at com.splunk.splunkjenkins.utils.LogConsumer.run(LogConsumer.java:84)
Jenkins log from master that is not working.
Dec 06, 2016 3:50:06 AM com.splunk.splunkjenkins.utils.LogConsumer run
at com.splunk.splunkjenkins.utils.LogConsumer$1.handleResponse(LogConsumer.java:63)
at com.splunk.splunkjenkins.utils.LogConsumer$1.handleResponse(LogConsumer.java:43)
at com.splunk.splunkjenkins.utils.LogConsumer.run(LogConsumer.java:84)
Looking for something to try without restarting Jenkins (Its a critical production master)
... View more