mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Bump revision 394
This commit is contained in:
parent
f8141dfb22
commit
4886e18ccd
@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to the Wazuh app project will be documented in this file.
|
||||
|
||||
## Wazuh v3.3.0 - Kibana v6.2.4 - Revision 394
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Wazuh v3.3.0.
|
||||
- Updated some backend API calls to include the app version in the request header ([#560](https://github.com/wazuh/wazuh-kibana-app/pull/560)).
|
||||
|
||||
## Wazuh v3.2.4 - Kibana v6.2.4 - Revision 393
|
||||
|
||||
### Added
|
||||
|
@ -54,6 +54,7 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
|
||||
| 6.2.4 | 3.2.2 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.2.2_6.2.4.zip> |
|
||||
| 6.2.4 | 3.2.3 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.2.3_6.2.4.zip> |
|
||||
| 6.2.4 | 3.2.4 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.2.4_6.2.4.zip> |
|
||||
| 6.2.4 | 3.3.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.3.0_6.2.4.zip> |
|
||||
|
||||
## Upgrade
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "wazuh",
|
||||
"version": "3.3.0",
|
||||
"revision": "0393",
|
||||
"revision": "0394",
|
||||
"kibana": {
|
||||
"version": "6.2.4"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user