diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b290ec9..4711582fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the Wazuh app project will be documented in this file. +## Wazuh v3.13.2 - Kibana v7.9.1 - Revision 887 + +### Added + +- Support for Wazuh v3.13.2 + ## Wazuh v3.13.1 - Kibana v7.9.1 - Revision 886 ### Added diff --git a/README.md b/README.md index a4d44f5c7..b7ea6ac7d 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ This plugin for Kibana allows you to visualize and analyze Wazuh alerts stored i ## Requisites -- Wazuh HIDS 3.13.1 -- Wazuh RESTful API 3.13.1 +- Wazuh HIDS 3.13.2 +- Wazuh RESTful API 3.13.2 - Kibana 7.9.1 - Elasticsearch 7.9.1 @@ -98,7 +98,7 @@ Install the Wazuh app plugin for Kibana ``` cd /usr/share/kibana -sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.1_7.9.1.zip +sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.2_7.9.1.zip ``` Restart Kibana @@ -164,7 +164,7 @@ Install the Wazuh app ``` cd /usr/share/kibana/ -sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.1_7.9.1.zip +sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.2_7.9.1.zip ``` Update configuration file permissions. @@ -193,6 +193,7 @@ service kibana restart | Wazuh app | Kibana | Open Distro | Package | | :-------: | :----: | :---------: | :-------------------------------------------------------------- | +| 3.13.2 | 7.9.1 | | | | 3.13.1 | 7.9.1 | | | | 3.13.1 | 7.9.0 | | | | 3.13.1 | 7.8.1 | | | diff --git a/package.json b/package.json index 2cc653a6d..6fb822871 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "wazuh", - "version": "3.13.1", - "revision": "0885", - "code": "0885-0", + "version": "3.13.2", + "revision": "0886", + "code": "0886-0", "kibana": { "version": "7.9.1" },