(Kibana 6.8.8) Bump Wazuh version to 3.12.0 (#2176)

* Update package.json

* Update CHANGELOG.md

* Update README.md
This commit is contained in:
Alberto Andújar 2020-04-01 11:01:30 -04:00 committed by GitHub
parent 3b996909da
commit a5e077877f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 7 deletions

View File

@ -2,6 +2,12 @@
All notable changes to the Wazuh app project will be documented in this file.
## Wazuh v3.12.0 - Kibana v6.8.8, v7.6.2 - Revision 491
### Added
- 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

@ -32,8 +32,8 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
- Wazuh HIDS 3.12.0
- Wazuh RESTful API 3.12.0
- Kibana 6.8.7
- Elasticsearch 6.8.7
- Kibana 6.8.8
- Elasticsearch 6.8.8
## Installation
@ -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.0_6.8.7.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_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.0_6.8.7.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_6.8.8.zip
```
Update configuration file permissions.
@ -136,8 +136,10 @@ service kibana restart
| Wazuh app version | Kibana version | Package |
| :---------------: | :------------: | :-------------------------------------------------------------- |
| 3.12.0 | 7.6.2 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_7.6.2.zip> |
| 3.12.0 | 7.6.1 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_7.6.1.zip> |
| 3.12.0 | 7.4.2 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_7.4.2.zip> |
| 3.12.0 | 6.8.8 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_6.8.8.zip> |
| 3.12.0 | 6.8.7 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.12.0_6.8.7.zip> |
| 3.11.4 | 7.6.1 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.6.1.zip> |
| 3.11.4 | 7.6.0 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.6.0.zip> |

View File

@ -1,10 +1,10 @@
{
"name": "wazuh",
"version": "3.12.0",
"revision": "0490",
"code": "0490-0",
"revision": "0491",
"code": "0491-0",
"kibana": {
"version": "6.8.7"
"version": "6.8.8"
},
"description": "Wazuh app",
"main": "index.js",