Skip to content

Commit a73d0aa

Browse files
committed
bump: Support for Splunk 8.1.3
1 parent 1aa226d commit a73d0aa

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

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

5-
## Wazuh v4.2.0 - Splunk Enterprise v8.1.2 - Revision 4201
5+
## Wazuh v4.2.0 - Splunk Enterprise v8.1.2, v8.1.3 - Revision 4201
66

77
### Added
88

99
- Added error toast in search handler when the connection with forwarder fails [#2021](https://github.com/wazuh/wazuh-splunk/pull/1021)
1010
- Changed query to show alert evolution on discover [#1024](https://github.com/wazuh/wazuh-splunk/pull/1024)
1111
- Added link to agent view in Group Agents table [#1066](https://github.com/wazuh/wazuh-splunk/pull/1066)
12+
- Support for Splunk 8.1.3
1213

1314
### Changed
1415

SplunkAppForWazuh/default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ is_visible = 1
33
label = Wazuh
44

55
[launcher]
6-
version = 4.1.3
6+
version = 4.2.0
77
88
description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.
99

SplunkAppForWazuh/default/package.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ revision = 4201
66
version = 4.2.0
77

88
[splunk]
9-
version = 8.1.2
9+
version = 8.1.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"revision": "4201",
55
"code": "4201-0",
66
"kibana": {
7-
"version": "8.1.2"
7+
"version": "8.1.3"
88
},
99
"description": "Splunk app for Wazuh",
1010
"main": "index.js",

0 commit comments

Comments
 (0)