From b62c498a6819e442c545cab4980984e461ff8cdd Mon Sep 17 00:00:00 2001 From: Malena Casas Date: Wed, 9 Oct 2024 13:45:58 -0300 Subject: [PATCH] Add table with the version of the integrations --- CHANGELOG.md | 1 + integrations/README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8926a81474c5..c9b68db672339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Dependencies ### Changed +-Change versions of integration, the final versions are in integrations/README.md ### Deprecated diff --git a/integrations/README.md b/integrations/README.md index 3616ec2e86178..6fadeb758b31e 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -26,7 +26,8 @@ We host development environments to support the following integrations: - [OpenSearch](./opensearch/README.md). **Compatibility matrix** + | | Wazuh | Logstash | OpenSearch | Elastic | Splunk | | -------------- | ----- | -------- | ---------- | ------- | ------ | | v1.0 | 4.8.1 | 8.9.0 | 2.14.0 | 8.14.3 | 9.1.4 | -| Latest version | 4.8.2 | 8.9.0 | 2.16.0 | 8.15.0 | 9.3.0 | +| Latest version | 4.9.0 | 8.9.0 | 2.17.1 | 8.15.2 | 9.3.1 |