I set my client test script to connect to 9997 on the IF server that is the and currently has ~1000 client connected to it, and it immediately fails to establish any more connections. I have since b...
See more...
I set my client test script to connect to 9997 on the IF server that is the and currently has ~1000 client connected to it, and it immediately fails to establish any more connections. I have since built a new server that is using the exact same IF configurations and my client script connect to 9997 up to 16000 connections as expected. I don’t understand this, I guess the splunk process with the 1000 connection knows there is data traversing and that it is too busy to accept more connections. In the metrics.log I see this ever minute: <date time> Metrics - group=queue, name=parsingqueue, blocked=true, max_size_kb=512, current_size_kb=511, current_size=1217, largest_size=1217,smallest_size=0 I don’t know what this mean or if it is significant and I will start researching this. I also am not sure what you mean by adding pipeline so I will look into that too.