mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Bump version 3.11.2
This commit is contained in:
parent
dd31bd7a15
commit
c6fd0baac6
16
CHANGELOG.md
16
CHANGELOG.md
@ -3,6 +3,22 @@
|
||||
All notable changes to the Wazuh app project will be documented in this file.
|
||||
|
||||
|
||||
## Wazuh v3.11.2 - Kibana v6.8.6, v7.3.2, v7.5.1 - Revision 852
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Wazuh v3.11.2
|
||||
|
||||
### Changed
|
||||
|
||||
- Increased list filesize limit for the CDB-list [#1993](https://github.com/wazuh/wazuh-kibana-app/pull/1993)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The xml validator now correctly handles the `--` string within comments [#1980](https://github.com/wazuh/wazuh-kibana-app/pull/1980)
|
||||
- The AWS map visualization wasn't been loaded until the user interacts with it [dd31bd7](https://github.com/wazuh/wazuh-kibana-app/commit/dd31bd7a155354bc50fe0af22fca878607c8936a)
|
||||
|
||||
|
||||
## Wazuh v3.11.1 - Kibana v6.8.6, v7.3.2, v7.5.1 - Revision 581
|
||||
|
||||
### Added
|
||||
|
13
README.md
13
README.md
@ -30,8 +30,8 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
|
||||
|
||||
## Requisites
|
||||
|
||||
- Wazuh HIDS 3.11.1
|
||||
- Wazuh RESTful API 3.11.1
|
||||
- Wazuh HIDS 3.11.2
|
||||
- Wazuh RESTful API 3.11.2
|
||||
- Kibana 7.5.1
|
||||
- Elasticsearch 7.5.1
|
||||
|
||||
@ -42,13 +42,13 @@ Install the app
|
||||
- With sudo:
|
||||
|
||||
```
|
||||
sudo -u kibana /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_7.5.1.zip
|
||||
sudo -u kibana /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_7.5.1.zip
|
||||
```
|
||||
|
||||
- Without sudo:
|
||||
|
||||
```
|
||||
su -c '/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_7.5.1.zip' kibana
|
||||
su -c '/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_7.5.1.zip' kibana
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -111,7 +111,7 @@ sudo -u kibana /usr/share/kibana/bin/kibana-plugin install https://packages.wazu
|
||||
- Without sudo:
|
||||
|
||||
```
|
||||
su -c '/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_7.5.1.zip' kibana
|
||||
su -c '/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_7.5.1.zip' kibana
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -225,6 +225,9 @@ service kibana restart
|
||||
| 6.8.6 | 3.11.1 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_6.8.6.zip> |
|
||||
| 7.3.2 | 3.11.1 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_7.3.2.zip> |
|
||||
| 7.5.1 | 3.11.1 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.1_7.5.1.zip> |
|
||||
| 6.8.6 | 3.11.2 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_6.8.6.zip> |
|
||||
| 7.3.2 | 3.11.2 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_7.3.2.zip> |
|
||||
| 7.5.1 | 3.11.2 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.2_7.5.1.zip> |
|
||||
|
||||
|
||||
## Contribute
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "wazuh",
|
||||
"version": "3.11.1",
|
||||
"revision": "0581",
|
||||
"code": "0581-0",
|
||||
"version": "3.11.2",
|
||||
"revision": "0582",
|
||||
"code": "0582-0",
|
||||
"kibana": {
|
||||
"version": "7.5.1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user