Hello.
I'm using one of the community filebeats called mqttbeat written by Go language.
I configured it, so that it connects to my own mqtt broker and ships data to the elasticsearch properly.
However, after 1 hour, this filebeat was disconnected due to the following reason:
panic: runtime error: makeslice: len out of range
My broker was sending nearly 500 messages per second to this mqttFilebeat.
Sorry! I know this issue is not related to the official Elastic stack. but I do not know how do I have to solve it.
On the other hand, I need it but the official MQTT input of the Elastic Filebeat is not published yet.
How can I solve the above problem?