Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #100 from wazuh/wazuh_release_3.12.3_7.6.2
Browse files Browse the repository at this point in the history
Wazuh Chef v3.12.3_7.6.2
  • Loading branch information
Manuel J. Bernal authored Apr 30, 2020
2 parents d476936 + 372dbdf commit cead9a0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## Wazuh Chef v3.12.3_7.6.2

### Added

- Update to Wazuh version 3.12.3_7.6.2

## Wazuh Chef v3.12.2_7.6.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/wazuh_agent/attributes/version.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
default['wazuh-agent']['version'] = "3.12.2"
default['wazuh-agent']['version'] = "3.12.3"

4 changes: 2 additions & 2 deletions cookbooks/wazuh_elastic/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default['wazuh-elastic']['elastic_stack_version'] = '7.6.2'
default['wazuh-elastic']['wazuh_app_version'] = "3.12.2_7.6.2"
default['wazuh-elastic']['extensions_version'] = "v3.12.2"
default['wazuh-elastic']['wazuh_app_version'] = "3.12.3_7.6.2"
default['wazuh-elastic']['extensions_version'] = "v3.12.3"
4 changes: 2 additions & 2 deletions cookbooks/wazuh_filebeat/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default['filebeat']['elastic_stack_version'] = '7.6.2'
default['filebeat']['wazuh_app_version'] = "3.12.2_7.6.2"
default['filebeat']['extensions_version'] = "v3.12.2"
default['filebeat']['wazuh_app_version'] = "3.12.3_7.6.2"
default['filebeat']['extensions_version'] = "v3.12.3"
default['filebeat']['wazuh_filebeat_module'] = "wazuh-filebeat-0.1.tar.gz"
7 changes: 6 additions & 1 deletion cookbooks/wazuh_manager/attributes/syscheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
default['ossec']['conf']['syscheck']['disabled'] = false
default['ossec']['conf']['syscheck']['frequency'] = 43200
default['ossec']['conf']['syscheck']['scan_on_start'] = true
default['ossec']['conf']['syscheck']['alert_new_files'] = true
default['ossec']['conf']['syscheck']['auto_ignore'] = [
{ '@frequency' => '10', '@timeframe' => '3600', 'content!' => false }
]
Expand Down Expand Up @@ -33,3 +32,9 @@

default['ossec']['conf']['syscheck']['nodiff'] = '/etc/ssl/private.key'
default['ossec']['conf']['syscheck']['skip_nfs'] = true
default['ossec']['conf']['syscheck']['max_eps'] = 100
default['ossec']['conf']['syscheck']['process_priority'] = 10
default['ossec']['conf']['syscheck']['synchronization']['enabled'] = 'yes'
default['ossec']['conf']['syscheck']['synchronization']['interval'] = '5m'
default['ossec']['conf']['syscheck']['synchronization']['max_interval'] = '1h'
default['ossec']['conf']['syscheck']['synchronization']['max_eps'] = '10'
2 changes: 1 addition & 1 deletion cookbooks/wazuh_manager/attributes/versions.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default['wazuh-manager']['version'] = "3.12.2"
default['wazuh-manager']['version'] = "3.12.3"

0 comments on commit cead9a0

Please sign in to comment.