I have a data providing customer using the "Splunk logging for javascript" code located here : http://dev.splunk.com/view/splunk-logging-javascript/SP-CAAAFCV
We have identified that their hosts when using this code create ~200k of ungracefully closed connections. These cause issues throughout the network as they pass firewalls and load balancing devices as these connections need to timeout naturally.
I am trying to understand if this is because of incorrect use of this code OR a bug in which the connections are not nicely closed.
↧