mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 01:45:18 +00:00
Bump for Wazuh 3.12.2
This commit is contained in:
parent
387b1b2dc4
commit
7d3ab4bb2c
@ -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
|
||||
|
11
README.md
11
README.md
@ -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> |
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user