Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 4.2 8.1.3 #1088

Merged
merged 5 commits into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ All notable changes to the Wazuh app for Splunk project will be documented in th

### Added

- Adapt for Splunk 8.1.3
- Added MITRE ATT&CK Framework integration [#1083](https://github.com/wazuh/wazuh-splunk/pull/1083)
- Added MITRE ATT&CK Dashboard integration [#1076](https://github.com/wazuh/wazuh-splunk/pull/1076)

Expand Down Expand Up @@ -45,6 +44,13 @@ All notable changes to the Wazuh app for Splunk project will be documented in th
- Added new error handler to Alerts Configuration views [#1063](https://github.com/wazuh/wazuh-splunk/pull/1063)
- Fixed uncontrolled message error when add api fails [#1069](https://github.com/wazuh/wazuh-splunk/pull/1069)

## Wazuh v4.1.5 - Splunk Enterprise v8.1.2, v8.1.3 - Revision 69

### Added

- Support for Wazuh v4.1.5
- Support for Splunk v8.1.2
- Support for Splunk v8.1.3

## Wazuh v4.1.4 - Splunk Enterprise v8.1.2 - Revision 68

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@

| Splunk version | Wazuh version | Installation |
| :------------: | :---------------: | :--------------------------------------------------------------|
| 8.1.3 | 4.2.0 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.2.0_8.1.3-1.tar.gz> |
| 8.1.2 | 4.2.0 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.2.0_8.1.2-1.tar.gz> |
| 8.1.3 | 4.1.5 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.5_8.1.3-1.tar.gz> |
| 8.1.2 | 4.1.5 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.5_8.1.2-1.tar.gz> |
| 8.1.2 | 4.1.4 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.4_8.1.2-1.tar.gz> |
| 8.1.1 | 4.1.4 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.4_8.1.1-1.tar.gz> |
| 8.1.0 | 4.1.4 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.4_8.1.0-1.tar.gz> |
Expand Down
3 changes: 3 additions & 0 deletions SplunkAppForWazuh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ Wazuh app for Splunk offers an option to visualize _Wazuh Alerts_ and _API data_

| Splunk version | Wazuh version | Installation |
| :------------: | :---------------: | :--------------------------------------------------------------|
| 8.1.3 | 4.2.0 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.2.0_8.1.3-1.tar.gz> |
| 8.1.2 | 4.2.0 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.2.0_8.1.2-1.tar.gz> |
| 8.1.3 | 4.1.5 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.5_8.1.3-1.tar.gz> |
| 8.1.2 | 4.1.5 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.5_8.1.2-1.tar.gz> |
| 8.1.2 | 4.1.4 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.4_8.1.2-1.tar.gz> |
| 8.1.1 | 4.1.4 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.4_8.1.1-1.tar.gz> |
| 8.1.0 | 4.1.4 | <https://packages.wazuh.com/4.x/ui/splunk/wazuh_splunk-4.1.4_8.1.0-1.tar.gz> |
Expand Down
2 changes: 1 addition & 1 deletion SplunkAppForWazuh/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ is_visible = 1
label = Wazuh

[launcher]
version = 4.1.3
version = 4.2.0
author = info@wazuh.com
description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.

Expand Down
4 changes: 2 additions & 2 deletions SplunkAppForWazuh/default/package.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[app]
version = 4.2.0
revision = 4201
revision = 4202

[wazuh]
version = 4.2.0

[splunk]
version = 8.1.2
version = 8.1.3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "wazuh-splunk",
"version": "4.2.0",
"revision": "4201",
"revision": "4202",
"code": "4201-0",
"kibana": {
"version": "8.1.2"
"version": "8.1.3"
},
"description": "Splunk app for Wazuh",
"main": "index.js",
Expand Down