Hi All,
We planned to upgrade the ELK Stack to the latest version (9.1.5) and encountered an issue where logs disappeared.
After upgrading Elasticsearch and Kibana to version 9.1.5, the system continued to function. However, when Logstash, Filebeat, and Elastic Agent were also upgraded to 9.1.5, the logs were no longer ingested into Elasticsearch.
On the other hand, after rolling back Logstash, Filebeat, and Elastic Agent to version 8.17.4, log ingestion resumed and worked normally.
Behavior
Upgrade Elasticsearch/Kibana 8.17.4 => 8.19.5 => 9.1.5
Upgrade Logstash, Filebeat, and Elastic Agent 8.17.4 => 9.1.5 (Using helm)
Helm chart: v8.5.1 (Current use)
https://github.com/elastic/helm-charts/tree/v8.5.1(external, opens in a new tab or window)
Why the logs cannot ingested into the Elasticsearch while pods are running without errors?
BR,