Skip to content

Commit

Permalink
Add support for Wazuh 3.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Sep 15, 2022
1 parent 0b3ce55 commit 870d682
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## Wazuh v3.13.6 - Kibana v7.9.2 - Revision 890

### Added

- Support for Wazuh v3.13.6

## Wazuh v3.13.5 - Kibana 7.9.2 - Revision 889

- Sanitize report's inputs and usernames [#4336](https:/wazuh/wazuh-kibana-app/pull/4336)
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ This plugin for Kibana allows you to visualize and analyze Wazuh alerts stored i

## Requisites

- Wazuh HIDS 3.13.5
- Wazuh RESTful API 3.13.5
- Kibana 7.9.3
- Wazuh HIDS 3.13.6
- Wazuh RESTful API 3.13.6
- Kibana 7.9.2
- Elasticsearch 7.9.2

## Installation
Expand All @@ -98,7 +98,7 @@ Install the Wazuh app plugin for Kibana

```
cd /usr/share/kibana
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.5_7.9.2.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.6_7.9.2.zip
```

Restart Kibana
Expand Down Expand Up @@ -164,7 +164,7 @@ Install the Wazuh app

```
cd /usr/share/kibana/
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.5_7.9.2.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.6_7.9.2.zip
```

Update configuration file permissions.
Expand Down Expand Up @@ -193,6 +193,7 @@ service kibana restart

| Wazuh app | Kibana | Open Distro | Package |
| :-------: | :----: | :---------: | :-------------------------------------------------------------- |
| 3.13.6 | 7.9.2 | | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.6_7.9.2.zip> |
| 3.13.5 | 7.9.2 | | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.5_7.9.2.zip> |
| 3.13.4 | 7.9.2 | | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.4_7.9.2.zip> |
| 3.13.3 | 7.9.2 | | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.13.3_7.9.2.zip> |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wazuh",
"version": "3.13.5",
"revision": "0889",
"code": "0889-0",
"version": "3.13.6",
"revision": "0890",
"code": "0890-0",
"kibana": {
"version": "7.9.2"
},
Expand Down

0 comments on commit 870d682

Please sign in to comment.