mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Merge pull request #1086 from wazuh/bump-6.5.3
Bump Kibana version (6.5.3)
This commit is contained in:
commit
7d356b8126
@ -2,11 +2,11 @@
|
||||
|
||||
All notable changes to the Wazuh app project will be documented in this file.
|
||||
|
||||
## Wazuh v3.7.1 - Kibana v6.5.1 / v6.5.2 - Revision 415
|
||||
## Wazuh v3.7.1 - Kibana v6.5.1 / v6.5.2 / v6.5.3 - Revision 415
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Elastic stack v6.5.2.
|
||||
- Support for Elastic stack v6.5.2 / v6.5.3.
|
||||
- Support for Wazuh v3.7.1.
|
||||
- Dev Tools module now autocompletes API endpoints ([#1030](https://github.com/wazuh/wazuh-kibana-app/pull/1030)).
|
||||
|
||||
|
10
README.md
10
README.md
@ -27,15 +27,15 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
|
||||
|
||||
- Wazuh HIDS 3.7.1
|
||||
- Wazuh RESTful API 3.7.1
|
||||
- Kibana 6.5.2
|
||||
- Elasticsearch 6.5.2
|
||||
- Kibana 6.5.3
|
||||
- Elasticsearch 6.5.3
|
||||
|
||||
## 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.2.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.1_6.5.3.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.2.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.1_6.5.3.zip
|
||||
```
|
||||
|
||||
Restart Kibana
|
||||
@ -153,6 +153,8 @@ service kibana restart
|
||||
| 6.5.1 | 3.7.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.7.0_6.5.1.zip> |
|
||||
| 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> |
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
"revision": "0415",
|
||||
"code": "0415-3",
|
||||
"kibana": {
|
||||
"version": "6.5.2"
|
||||
"version": "6.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.14.0"
|
||||
|
Loading…
Reference in New Issue
Block a user