Skip to content

Commit

Permalink
Merge pull request #1086 from wazuh/bump-6.5.3
Browse files Browse the repository at this point in the history
Bump Kibana version (6.5.3)
  • Loading branch information
Jesús Ángel committed Dec 13, 2018
2 parents 2a1eb40 + 6d09c42 commit 7d356b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"revision": "0415",
"code": "0415-3",
"kibana": {
"version": "6.5.2"
"version": "6.5.3"
},
"engines": {
"node": "8.14.0"
Expand Down

0 comments on commit 7d356b8

Please sign in to comment.