Skip to content

Commit b83b5b4

Browse files
authored
Add support for Wazuh 4.3.10 - 1.2-wzd (#4842)
* Add support wazuh 4.3.10 * bump version
1 parent b012e67 commit b83b5b4

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## Wazuh v4.3.10 - OpenSearch Dashboards 1.2.0 - Revision 4311
6+
7+
### Added
8+
9+
- Support for Wazuh 4.3.10
10+
511
## Wazuh v4.3.9 - OpenSearch Dashboards 1.2.0 - Revision 4310
612

713
### Added

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ This plugin for OpenSearch Dashboards allows you to visualize and analyze Wazuh
8989

9090
## Requisites
9191

92-
- Wazuh HIDS 4.3.9
93-
- Wazuh dashboard 4.3.9
94-
- Wazuh indexer 4.3.9
92+
- Wazuh HIDS 4.3.10
93+
- Wazuh dashboard 4.3.10
94+
- Wazuh indexer 4.3.10
9595

9696
## Contribute
9797

opensearch_dashboards.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "wazuh",
3-
"version": "4.3.9-4310",
3+
"version": "4.3.10-4311",
44
"opensearchDashboardsVersion": "opensearchDashboards",
55
"configPath": [
66
"wazuh"

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "wazuh",
3-
"version": "4.3.9",
4-
"revision": "4310",
5-
"code": "4310",
3+
"version": "4.3.10",
4+
"revision": "4311",
5+
"code": "4311",
66
"pluginPlatform": {
77
"version": "1.2.0"
88
},

0 commit comments

Comments
 (0)