We have the following infra structure to index application log data to ELK. filebeat -------> Logstash ------> Elastic search-----> kibana
All were working fine but suddenly Logstash server consume 99.9% CPU after which no indexing is happening. In filebeat we could see that "Error publishing events (retrying): EOF"
If we restart logstash service it starts indexing but when it reaches CPU 99.9%, it does not do anything.
Elastic search and kibana : AWS service Logstash : AWS Medium server Filebeat : AWS instance of our application test environment.
Please help us to resolve this issue.
Let me know if you need any other details.
Thanks in advance.