diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fa123eb..e33f2d45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Wazuh app for Splunk project will be documented in this file. -## Wazuh v3.9.2 - Splunk Enterprise v7.2.6 - Revision 27 +## Wazuh v3.9.2 - Splunk Enterprise v7.3.0 - Revision 27 ### Added @@ -15,7 +15,11 @@ All notable changes to the Wazuh app for Splunk project will be documented in th - Fix error when adding an api with invalid fields format [#729](https://github.com/wazuh/wazuh-splunk/pull/729). - Fix missing parameters in Dev Tools request [#731](https://github.com/wazuh/wazuh-splunk/pull/731). -## Wazuh v3.9.1 - Splunk Enterprise v7.2.6 - Revision 26 +## Wazuh v3.9.1 - Splunk Enterprise v7.2.6 / v7.3.0 - Revision 26 + +### Added + +- Support for Splunk Enterprise v7.3.0 ### Changed diff --git a/README.md b/README.md index 340b1bf9b..c495847ba 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ | 7.2.6 | 3.8.2 | | | 7.2.6 | 3.9.0 | | | 7.2.6 | 3.9.1 | | -| 7.2.6 | 3.9.2 | | +| 7.3.0 | 3.9.1 | | +| 7.3.0 | 3.9.2 | | + ## Upgrade diff --git a/SplunkAppForWazuh/README.md b/SplunkAppForWazuh/README.md index 998a27323..06450036a 100644 --- a/SplunkAppForWazuh/README.md +++ b/SplunkAppForWazuh/README.md @@ -5,38 +5,54 @@ [![Documentation](https://img.shields.io/badge/docs-view-green.svg)](https://documentation.wazuh.com) [![Documentation](https://img.shields.io/badge/web-view-green.svg)](https://wazuh.com) - Wazuh app for Splunk offers an option to visualize _Wazuh Alerts_ and _API data_. Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level. -* * * +Wazuh app for Splunk offers an option to visualize _Wazuh Alerts_ and _API data_. Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level. + +--- + ![](https://i.imgur.com/HkMjiwJ.png) + ### Documentation -- [Wazuh app for Splunk installation guide](https://documentation.wazuh.com/current/installing-splunk/index.html) +- [Wazuh app for Splunk installation guide](https://documentation.wazuh.com/current/installing-splunk/index.html) +## Branches + +- `stable` branch on correspond to the last Wazuh app stable version. +- `master` branch contains the latest code, be aware of possible bugs on this branch. ### Requisites + 1. An already installed Wazuh Manager with access to the API. -2. __Splunk Universal Forwarder__ where Wazuh Manager is installed. -3. At least one __Splunk Enterprise indexer__. +2. **Splunk Universal Forwarder** where Wazuh Manager is installed. +3. At least one **Splunk Enterprise indexer**. ## Installation -| Splunk version | Wazuh version | Installation | -| :------------: | :---------------: | :--------------------------------------------------------------------------------------------------------- | -| 7.0.3 | 3.2.1 | | -| 7.1.1 | 3.2.2 | | -| 7.1.1 | 3.2.3 | | -| 7.1.1 | 3.2.4 | | -| 7.1.1 | 3.3.0 | | -| 7.1.1 | 3.3.1 | | -| 7.1.2 | 3.4.0 | | -| 7.1.2 | 3.5.0 | | -| 7.1.2 | 3.6.0 | | -| 7.1.3 | 3.6.1 | | -| 7.2.0 | 3.7.0 | | -| 7.2.1 | 3.7.0 | | -| 7.2.1 | 3.7.1 | | -| 7.2.1 | 3.7.2 | | -| 7.2.3 | 3.8.0 | | +| Splunk version | Wazuh version | Installation | +| :------------: | :-----------: | :------------------------------------------------------------- | +| 7.0.3 | 3.2.1 | | +| 7.1.1 | 3.2.2 | | +| 7.1.1 | 3.2.3 | | +| 7.1.1 | 3.2.4 | | +| 7.1.1 | 3.3.0 | | +| 7.1.1 | 3.3.1 | | +| 7.1.2 | 3.4.0 | | +| 7.1.2 | 3.5.0 | | +| 7.1.2 | 3.6.0 | | +| 7.1.3 | 3.6.1 | | +| 7.2.0 | 3.7.0 | | +| 7.2.1 | 3.7.0 | | +| 7.2.1 | 3.7.1 | | +| 7.2.1 | 3.7.2 | | +| 7.2.3 | 3.8.0 | | +| 7.2.3 | 3.8.1 | | +| 7.2.3 | 3.8.2 | | +| 7.2.4 | 3.8.2 | | +| 7.2.5 | 3.8.2 | | +| 7.2.6 | 3.8.2 | | +| 7.2.6 | 3.9.0 | | +| 7.2.6 | 3.9.1 | | +| 7.3.0 | 3.9.1 | | ## Upgrade @@ -62,6 +78,6 @@ Find more information about this on the [LICENSE](LICENSE) file. ## References -- [Wazuh website](https://wazuh.com) -- [Wazuh documentation](https://documentation.wazuh.com) -- [Splunk documentation](http://docs.splunk.com/Documentation) +- [Wazuh website](https://wazuh.com) +- [Wazuh documentation](https://documentation.wazuh.com) +- [Splunk documentation](http://docs.splunk.com/Documentation) diff --git a/SplunkAppForWazuh/default/package.conf b/SplunkAppForWazuh/default/package.conf index ed0628455..54ca7cdc1 100644 --- a/SplunkAppForWazuh/default/package.conf +++ b/SplunkAppForWazuh/default/package.conf @@ -6,4 +6,4 @@ revision = 28 version = 3.9.2 [splunk] -version = 7.2.6 \ No newline at end of file +version = 7.3.0 \ No newline at end of file