Skip to content

Commit

Permalink
Bump for 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juankaromo committed Feb 24, 2020
1 parent ff0927b commit 72d901d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## Wazuh v3.11.4 - Kibana v6.8.6, v7.4.2, v7.6.0 - Revision 575

### Added

- Support for Wazuh v3.11.4


## Wazuh v3.11.3 - Kibana v7.4.2 - Revision 855

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

## Requisites

- Wazuh HIDS 3.11.3
- Wazuh RESTful API 3.11.3
- Wazuh HIDS 3.11.4
- Wazuh RESTful API 3.11.4
- Kibana 7.4.2
- Elasticsearch 7.4.2

Expand All @@ -42,13 +42,13 @@ Install the app
- With sudo:

```
sudo -u kibana /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.4.2.zip
sudo -u kibana /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.4.2.zip
```

- Without sudo:

```
su -c '/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.4.2.zip' kibana
su -c '/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.4.2.zip' kibana
```

Restart Kibana
Expand Down Expand Up @@ -105,13 +105,13 @@ Install the app
- With sudo:

```
sudo -u kibana /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.4.2.zip
sudo -u kibana /usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.4.2.zip
```

- Without sudo:

```
su -c '/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.4.2.zip' kibana
su -c '/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.4.2.zip' kibana
```

Restart Kibana
Expand Down Expand Up @@ -233,6 +233,10 @@ service kibana restart
| 7.3.2 | 3.11.3 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.3.2.zip> |
| 7.4.2 | 3.11.3 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.4.2.zip> |
| 7.5.2 | 3.11.3 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.5.2.zip> |
| 7.6.0 | 3.11.3 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.3_7.6.0.zip> |
| 6.8.6 | 3.11.4 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_6.8.6.zip> |
| 7.4.2 | 3.11.4 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.4.2.zip> |
| 7.6.0 | 3.11.4 | <https://packages.wazuh.com/wazuhapp/wazuhapp-3.11.4_7.6.0.zip> |


## Contribute
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.11.3",
"revision": "0855",
"code": "0855-0",
"version": "3.11.4",
"revision": "0575",
"code": "0575-0",
"kibana": {
"version": "7.4.2"
},
Expand Down
4 changes: 4 additions & 0 deletions public/less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,10 @@ wz-xml-file-editor {
overflow: hidden;
}

.fullscreen .visWrapper {
padding: 26px 0;
}

.sca-vis .visWrapper .chart-label {
display: block !important;
}
Expand Down

0 comments on commit 72d901d

Please sign in to comment.