From 379fc66fc5cce12f46aa725cd7b79aa511049cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 3 Sep 2024 11:45:44 +0200 Subject: [PATCH] Upgrade third-party integrations to latest product versions (#368) * Upgrade third-party integrations to latest product versions * Improve comtability matrix --- integrations/README.md | 6 ++++++ integrations/docker/.env | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/integrations/README.md b/integrations/README.md index bab4504f78324..3616ec2e86178 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -24,3 +24,9 @@ We host development environments to support the following integrations: - [Splunk](./splunk/README.md). - [Elasticsearch](./elastic/README.md). - [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 | diff --git a/integrations/docker/.env b/integrations/docker/.env index 1ffa39b78b108..be97ff7799a4a 100644 --- a/integrations/docker/.env +++ b/integrations/docker/.env @@ -20,25 +20,25 @@ KIBANA_PORT=5602 MEM_LIMIT=1073741824 # Wazuh version -WAZUH_VERSION=4.8.1 +WAZUH_VERSION=4.8.2 # Wazuh Indexer version (Provisionally using OpenSearch) -WAZUH_INDEXER_VERSION=2.14.0 +WAZUH_INDEXER_VERSION=2.16.0 # Wazuh Dashboard version (Provisionally using OpenSearch Dashboards) -WAZUH_DASHBOARD_VERSION=2.14.0 +WAZUH_DASHBOARD_VERSION=2.16.0 # Wazuh certs generator version WAZUH_CERTS_GENERATOR_VERSION=0.0.1 # OpenSearch destination cluster version -OS_VERSION=2.14.0 +OS_VERSION=2.16.0 # Logstash version: LOGSTASH_OSS_VERSION=8.9.0 # Splunk version: -SPLUNK_VERSION=9.1.4 +SPLUNK_VERSION=9.3.0 # Version of Elastic products -STACK_VERSION=8.14.3 +STACK_VERSION=8.15.0