Bump for Wazuh 3.12.2

This commit is contained in:
JuanCarlos 2020-04-09 12:34:55 +02:00
parent 387b1b2dc4
commit 7d3ab4bb2c
No known key found for this signature in database
GPG Key ID: B1C4FB733616273A
3 changed files with 18 additions and 7 deletions

View File

@ -2,6 +2,13 @@
All notable changes to the Wazuh app project will be documented in this file.
## Wazuh v3.12.2 - Kibana v6.8.8, v7.6.1, v7.6.2 - Revision 493
### Added
- Support for Wazuh v3.12.2
## Wazuh v3.12.1 - Kibana v6.8.8, v7.6.1, v7.6.2 - Revision 492
### Added
@ -24,6 +31,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Support for Kibana v6.8.8 and v7.6.2
## Wazuh v3.12.0 - Kibana v6.8.7, v7.4.2, v7.6.1 - Revision 490
### Added

View File

@ -30,8 +30,8 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
## Requisites
- Wazuh HIDS 3.12.1
- Wazuh RESTful API 3.12.1
- Wazuh HIDS 3.12.2
- Wazuh RESTful API 3.12.2
- Kibana 6.8.8
- Elasticsearch 6.8.8
@ -41,7 +41,7 @@ Install the app
```
cd /usr/share/kibana
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.1_6.8.8.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.2_6.8.8.zip
```
Restart Kibana
@ -107,7 +107,7 @@ Install the app
```
cd /usr/share/kibana/
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.1_6.8.8.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.2_6.8.8.zip
```
Update configuration file permissions.
@ -136,6 +136,9 @@ service kibana restart
| Wazuh app version | Kibana version | Package |
| :---------------: | :------------: | :-------------------------------------------------------------- |
| 3.12.2 | 7.6.2 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.2_7.6.2.zip> |
| 3.12.2 | 7.6.1 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.2_7.6.1.zip> |
| 3.12.2 | 6.8.8 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.2_6.8.8.zip> |
| 3.12.1 | 7.6.2 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.1_7.6.2.zip> |
| 3.12.1 | 7.6.1 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.1_7.6.1.zip> |
| 3.12.1 | 6.8.8 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.1_6.8.8.zip> |

View File

@ -1,8 +1,8 @@
{
"name": "wazuh",
"version": "3.12.1",
"revision": "0492",
"code": "0492-0",
"version": "3.12.2",
"revision": "0493",
"code": "0493-0",
"kibana": {
"version": "6.8.8"
},