From 45b4cc56bcc140fe8c5ab18e52fb5cc84b964ff1 Mon Sep 17 00:00:00 2001 From: Malena Casas Date: Mon, 23 Dec 2024 07:59:44 -0300 Subject: [PATCH] Maintenance of third-party integrations (#614) --- integrations/README.md | 4 ++-- integrations/docker/.env | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integrations/README.md b/integrations/README.md index 06fd20e3b1529..6069e08b3df6d 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -28,6 +28,6 @@ We host development environments to support the following integrations: **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.9.2 | 8.9.0 | 2.18.0 | 8.15.3 | 9.3.1 | +| Latest version | 4.9.2 | 8.9.0 | 2.18.0 | 8.17.0 | 9.3.2 | diff --git a/integrations/docker/.env b/integrations/docker/.env index 8afc3f3ec361c..97d32a5466fdc 100644 --- a/integrations/docker/.env +++ b/integrations/docker/.env @@ -23,10 +23,10 @@ MEM_LIMIT=1073741824 WAZUH_VERSION=4.9.2 # Wazuh Indexer version (Provisionally using OpenSearch) -WAZUH_INDEXER_VERSION=2.13.0 +WAZUH_INDEXER_VERSION=2.18.0 # Wazuh Dashboard version (Provisionally using OpenSearch Dashboards) -WAZUH_DASHBOARD_VERSION=2.13.0 +WAZUH_DASHBOARD_VERSION=2.18.0 # Wazuh certs generator version WAZUH_CERTS_GENERATOR_VERSION=0.0.1 @@ -38,7 +38,7 @@ OS_VERSION=2.18.0 LOGSTASH_OSS_VERSION=8.9.0 # Splunk version: -SPLUNK_VERSION=9.3.1 +SPLUNK_VERSION=9.3.2 # Version of Elastic products -STACK_VERSION=8.15.3 +STACK_VERSION=8.17.0