diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f17d08..d9a428b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Replace dependabot's directories keys with wildcard [(#443)](https://github.com/wazuh/wazuh-indexer-plugins/pull/443) - Adapt setup plugin for 5.x [(#450)](https://github.com/wazuh/wazuh-indexer-plugins/pull/450) -- Third-party integrations maintenance [(#478)](https://github.com/wazuh/wazuh-indexer-plugins/pull/478) [(#540)](https://github.com/wazuh/wazuh-indexer-plugins/pull/540) [(#548)](https://github.com/wazuh/wazuh-indexer-plugins/pull/548) [(#566)](https://github.com/wazuh/wazuh-indexer-plugins/pull/566) +- Third-party integrations maintenance [(#478)](https://github.com/wazuh/wazuh-indexer-plugins/pull/478) [(#540)](https://github.com/wazuh/wazuh-indexer-plugins/pull/540) [(#548)](https://github.com/wazuh/wazuh-indexer-plugins/pull/548) [(#566)](https://github.com/wazuh/wazuh-indexer-plugins/pull/566) [(#583)](https://github.com/wazuh/wazuh-indexer-plugins/pull/583) - Replace and remove deprecated settings [(#476)](https://github.com/wazuh/wazuh-indexer-plugins/pull/476) - Migrate WCS changes from 4.x [(#488)](https://github.com/wazuh/wazuh-indexer-plugins/pull/488) [(#552)](https://github.com/wazuh/wazuh-indexer-plugins/pull/552) [(#568)](https://github.com/wazuh/wazuh-indexer-plugins/pull/568) - Implement checksum fields into stateful ECS mappings [(#519)](https://github.com/wazuh/wazuh-indexer-plugins/pull/519) [(#569)](https://github.com/wazuh/wazuh-indexer-plugins/pull/569) diff --git a/integrations/README.md b/integrations/README.md index b472ce43..a2058138 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -30,4 +30,4 @@ We host development environments to support the following integrations: | | 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.12.0 | 8.9.0 | 3.2.0 | 9.1.3 | 10.0.0 | +| Latest version | 4.13.1 | 8.9.0 | 3.2.0 | 9.1.4 | 10.0.1 | diff --git a/integrations/docker/.env b/integrations/docker/.env index 77de7349..fc34061f 100644 --- a/integrations/docker/.env +++ b/integrations/docker/.env @@ -20,7 +20,7 @@ KIBANA_PORT=5602 MEM_LIMIT=1073741824 # Wazuh version -WAZUH_VERSION=4.12.0 +WAZUH_VERSION=4.13.1 # Wazuh Indexer version (Provisionally using OpenSearch) WAZUH_INDEXER_VERSION=2.19.1 @@ -38,7 +38,7 @@ OS_VERSION=3.2.0 LOGSTASH_OSS_VERSION=8.9.0 # Splunk version: -SPLUNK_VERSION=10.0.0 +SPLUNK_VERSION=10.0.1 # Version of Elastic products -STACK_VERSION=9.1.3 +STACK_VERSION=9.1.4