Skip to content

Commit

Permalink
Bump Wazuh and platform versions for v4.4.5 (#5639)
Browse files Browse the repository at this point in the history
* Update changelog

* Update opensearch_dashboards.json

* Update package.json

* Update readme

* Update tag script

(cherry picked from commit b33c4a5)
  • Loading branch information
Tostti authored and yenienserrano committed Jul 7, 2023
1 parent 0d74312 commit a675da5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This plugin for Kibana allows you to visualize and analyze Wazuh alerts stored i

## Requisites

- Wazuh HIDS 4.4.4
- Wazuh HIDS 4.4.5
- Kibana 7.10.2
- Elasticsearch 7.10.2

Expand All @@ -107,7 +107,7 @@ Install the Wazuh app plugin for Kibana

```
cd /usr/share/kibana
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.4.4_7.10.2-1.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.4.5_7.10.2-1.zip
```

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

```
cd /usr/share/kibana/
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.4.4_7.10.2-1.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.4.5_7.10.2-1.zip
```

Update configuration file permissions.
Expand Down
4 changes: 2 additions & 2 deletions scripts/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# One of 'pre-alpha', 'alpha', 'beta', 'release-candidate', 'stable'
stage = 'stable'
# Tag suffix. Usually set to stage + stage iteration.
tag_suffix = '-rc2'
tag_suffix = ''

# ================================================ #
# Constants and global variables #
Expand All @@ -30,7 +30,7 @@
TAGS_FILE = 'tags.log'
# Global variable. Will be set later
branch = None
minor = ".".join(version.split('.')[:2])
minor = version

# Supported versions of Kibana
kbn_versions = [
Expand Down

0 comments on commit a675da5

Please sign in to comment.