mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Merge branch '3.7-6.5' into 3.8-6.5
This commit is contained in:
commit
cec8fa27d7
@ -38,12 +38,12 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Fixed Management > Monitoring tab frustration adding back buttons ([#1102](https://github.com/wazuh/wazuh-kibana-app/pull/1102)).
|
||||
- Fix template checking when using more than one pattern ([#1104](https://github.com/wazuh/wazuh-kibana-app/pull/1104)).
|
||||
|
||||
## Wazuh v3.7.1 - Kibana v6.5.1 / v6.5.2 / v6.5.3 - Revision 415
|
||||
## Wazuh v3.7.1 / v3.7.2 - Kibana v6.5.1 / v6.5.2 / v6.5.3 / v6.5.4 - Revision 415
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Elastic stack v6.5.2 / v6.5.3.
|
||||
- Support for Wazuh v3.7.1.
|
||||
- Support for Elastic stack v6.5.2 / v6.5.3 / v6.5.4.
|
||||
- Support for Wazuh v3.7.1 / v3.7.2.
|
||||
- Dev Tools module now autocompletes API endpoints ([#1030](https://github.com/wazuh/wazuh-kibana-app/pull/1030)).
|
||||
|
||||
### Changed
|
||||
|
14
README.md
14
README.md
@ -25,17 +25,17 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
|
||||
|
||||
## Requisites
|
||||
|
||||
- Wazuh HIDS 3.7.1
|
||||
- Wazuh RESTful API 3.7.1
|
||||
- Kibana 6.5.3
|
||||
- Elasticsearch 6.5.3
|
||||
- Wazuh HIDS 3.7.2
|
||||
- Wazuh RESTful API 3.7.2
|
||||
- Kibana 6.5.4
|
||||
- Elasticsearch 6.5.4
|
||||
|
||||
## 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.7.1_6.5.3.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.7.2_6.5.4.zip
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -90,7 +90,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.7.1_6.5.3.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.7.2_6.5.4.zip
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -154,6 +154,8 @@ service kibana restart
|
||||
| 6.5.1 | 3.7.1 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.1_6.5.1.zip> |
|
||||
| 6.5.2 | 3.7.1 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.1_6.5.2.zip> |
|
||||
| 6.5.3 | 3.7.1 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.1_6.5.3.zip> |
|
||||
| 6.5.3 | 3.7.2 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.2_6.5.3.zip> |
|
||||
| 6.5.4 | 3.7.2 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.2_6.5.4.zip> |
|
||||
|
||||
|
||||
## Contribute
|
||||
|
@ -4,7 +4,7 @@
|
||||
"revision": "0416",
|
||||
"code": "0416-0",
|
||||
"kibana": {
|
||||
"version": "6.5.3"
|
||||
"version": "6.5.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.14.0"
|
||||
|
Loading…
Reference in New Issue
Block a user