Skip to content

Commit

Permalink
Bump version, changelog, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel committed Sep 5, 2018
1 parent 4ca9ed5 commit 9a04774
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v3.6.1 - Kibana v6.3.2 - Revision 408

### Added

- Support for Wazuh v3.6.1.

### Fixed

- Fixed a bug on the _Dev tools_ tab ([4ca9ed5](https://github.com/wazuh/wazuh-kibana-app/commit/4ca9ed54f1b18e5d499d950e6ff0741946701988)).

## Wazuh v3.6.0 - Kibana v6.4.0 - Revision 407

### Added

- Support for Wazuh v3.6.0.

## Wazuh v3.6.0 - Kibana v6.3.2 - Revision 406

### Added
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app

## Requisites

- Wazuh HIDS 3.6.0
- Wazuh RESTful API 3.6.0
- Wazuh HIDS 3.6.1
- Wazuh RESTful API 3.6.1
- Kibana 6.3.2
- Elasticsearch 6.3.2

Expand All @@ -35,7 +35,7 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
Install the app

```
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.3.2.zip
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.3.2.zip
```

Restart Kibana
Expand Down Expand Up @@ -83,7 +83,7 @@ rm -rf /usr/share/kibana/optimize/bundles
Install the app

```
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.3.2.zip
/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.3.2.zip
```

Restart Kibana
Expand Down Expand Up @@ -133,6 +133,9 @@ service kibana restart
| 6.3.2 | 3.4.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.4.0_6.3.2.zip> |
| 6.3.2 | 3.5.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.5.0_6.3.2.zip> |
| 6.3.2 | 3.6.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.3.2.zip> |
| 6.4.0 | 3.6.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.4.0.zip> |
| 6.3.2 | 3.6.1 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.3.2.zip> |
| 6.4.0 | 3.6.1 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.4.0.zip> |

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "3.6.0",
"revision": "0406",
"version": "3.6.1",
"revision": "0408",
"kibana": {
"version": "6.3.2"
},
Expand Down

0 comments on commit 9a04774

Please sign in to comment.