mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Merge branch '3.8-6.6'
This commit is contained in:
commit
0b891d939b
@ -36,11 +36,16 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Properly handling long messages on notifier service, until now, they were using out of the card space, also we replaced some API messages with more meaningful messages ([#1168](https://github.com/wazuh/wazuh-kibana-app/pull/1168)).
|
||||
- Adapted Wazuh icon for multiple browsers where it was gone ([#1208](https://github.com/wazuh/wazuh-kibana-app/pull/1208))
|
||||
|
||||
## Wazuh v3.8.2 - Kibana v6.6.0 - Revision 419
|
||||
## Wazuh v3.8.2 - Kibana v6.6.0 / v6.6.1 - Revision 419
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Kibana v6.6.0
|
||||
- Support for Kibana v6.6.0 / v6.6.1
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed AWS dashboard, newer JavaScript browser engines break the view due to Angular.js ([6e882fc](https://github.com/wazuh/wazuh-kibana-app/commit/6e882fc1d7efe6059e6140ff40b8a20d9c1fa51e)).
|
||||
- Fixed AWS accounts visualization, using the right field now ([6e882fc](https://github.com/wazuh/wazuh-kibana-app/commit/6e882fc1d7efe6059e6140ff40b8a20d9c1fa51e)).
|
||||
|
||||
## Wazuh v3.8.2 - Kibana v6.5.4 - Revision 418
|
||||
|
||||
|
10
README.md
10
README.md
@ -32,15 +32,15 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
|
||||
|
||||
- Wazuh HIDS 3.8.2
|
||||
- Wazuh RESTful API 3.8.2
|
||||
- Kibana 6.6.0
|
||||
- Elasticsearch 6.6.0
|
||||
- Kibana 6.6.1
|
||||
- Elasticsearch 6.6.1
|
||||
|
||||
## Installation
|
||||
|
||||
Install the app
|
||||
|
||||
```
|
||||
sudo -u kibana NODE_OPTIONS="--max-old-space-size=3072" /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.0.zip
|
||||
sudo -u kibana NODE_OPTIONS="--max-old-space-size=3072" /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.1.zip
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -95,7 +95,7 @@ chown -R kibana:kibana /usr/share/kibana/plugins
|
||||
Install the app
|
||||
|
||||
```
|
||||
sudo -u kibana NODE_OPTIONS="--max-old-space-size=3072" /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.0.zip
|
||||
sudo -u kibana NODE_OPTIONS="--max-old-space-size=3072" /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.1.zip
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -165,6 +165,8 @@ service kibana restart
|
||||
| 6.5.4 | 3.8.1 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.1_6.5.4.zip> |
|
||||
| 6.5.4 | 3.8.2 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.5.4.zip> |
|
||||
| 6.6.0 | 3.8.2 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.0.zip> |
|
||||
| 6.6.1 | 3.8.2 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.2_6.6.1.zip> |
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
"revision": "0420",
|
||||
"code": "0420-0",
|
||||
"kibana": {
|
||||
"version": "6.6.0"
|
||||
"version": "6.6.1"
|
||||
},
|
||||
"description": "Wazuh app",
|
||||
"main": "index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user