How much concurrency can logstash TCP input support?

With the recent logstash releases, 5.* or 6.*, how much concurrency can it support?
We run logstash on Linux, the CentOS 7 series, and use TCP input.
Which factors affect the concurrency number? Memory, file descriptors?

Yes, all of that and more. You will have to benchmark it on your own to understand that question a

Number of CPU's you have, the MHZ they are, the tuning on the tcp input, the Network stack tunings, speed of your NIC, How complex your Filter section is, the size of your documents....

Thanks @eperry

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.