OpenSearch AWS OpenSearch Service v2.19
Filebeat (current)8.19.7
(OSS)Logstash (current)8.19.7- Deployed as Containers on Amazon EKS
Workflow: Filebeat → Logstash → OpenSearch
We are running a logging pipeline on EKS where Filebeat ships to Logstash, and Logstash writes to AWS OpenSearch 2.19 via the logstash-output-opensearch plugin. We want to upgrade both components to the latest stable version and have a few questions:
What is the latest stable Logstash OSS version confirmed to work with AWS OpenSearch 2.19 and the logstash-output-opensearch plugin?
-
Is Logstash 9.x (e.g. 9.4.1) supported with OpenSearch 2.19? The official
COMPATIBILITY.mdonly covers up to 7.13.2, and AWS docs mention 8.1 and lower. Has anyone tested 9.x against OpenSearch 2.x? -
Since Filebeat only talks to Logstash (not OpenSearch directly), is there any version constraint on Filebeat 8.18.x or 9.x as a forwarder?
We have reviewed the official compatibility matrix and plugin COMPATIBILITY.md but found no entry for Logstash 9.x against OpenSearch 2.x. Any guidance on a confirmed, production-safe version combination — including any required config changes like ecs_compatibility or override_main_response_version — would be greatly appreciated. Thank you.