Performance hit when multiple filebeats are sending to same ES

I ran iostat -xd 3 /dev/sda over 25 minutes to get a more accurate reading. After averaging the numbers, I got the following.

Average w/s: 313.93
Average IOPS (r/s + w/s): 314.78
Max w/s: 1098

Average wkB/s: 68370.74
Max wkB/s: 355846.67

Average w_await: 0.691
Average %util: 3.38

There is always packet drop. In this case, the packet drop for single 28K/s filebeat was 33%, while the packet drop for two filebeat at 42K/s was higher at 43%.

Thanks for this. I just realized that my Filebeat was only pointing to one ES. I'll add the other ES and see if there's any improvement.