How to limit bandwidth usage of Windows Filebeat

Hello, every big brothers:

I installed Filebeat in Windows Server 2012, and make Filebeat send log data to Kafka.

I want to limit Filebeat’s bandwidth usage in 50Kbit, because my Windows Server 2012 only has 2Mbit bandwidth.

I read many discussions to learn a way, but there is only Linux situation. like: Filebeat uses too much bandwidth | Beats

How can i do these in Windows Server 2012?

Hello @waitspring

Seems for Windows we might have to use QoS :

Thanks!!