Skip to content

Commit

Permalink
Bump Kibana version (6.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel committed Feb 20, 2019
1 parent 0879311 commit b920b6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 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.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

Expand Down
11 changes: 6 additions & 5 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.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
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.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
Expand Down Expand Up @@ -159,7 +159,8 @@ service kibana restart
| 6.5.4 | 3.8.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.8.0_6.5.4.zip> |
| 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.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
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": "0419",
"code": "0419-1",
"kibana": {
"version": "6.6.0"
"version": "6.6.1"
},
"description": "Wazuh app",
"main": "index.js",
Expand Down

0 comments on commit b920b6d

Please sign in to comment.