Skip to content

Commit

Permalink
Merge pull request #152 from wazuh/release-4.1.1
Browse files Browse the repository at this point in the history
Release 4.1.1
  • Loading branch information
Sergio García Prados authored Mar 5, 2021
2 parents 9421303 + 92855f5 commit 381a08e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [4.1.1]

### Added

- Update to Wazuh version [4.1.1](https://github.com/wazuh/wazuh/blob/v4.1.1/CHANGELOG.md#v411)

## [4.1.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION="4.1.0"
REVISION="41000"
VERSION="4.1.1"
REVISION="41100"
2 changes: 1 addition & 1 deletion wazuh/elastic_stack/kibana/kibana-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
secretName: kibana-certs
containers:
- name: wazuh-kibana
image: 'wazuh/wazuh-kibana-odfe:4.1.0'
image: 'wazuh/wazuh-kibana-odfe:4.1.1'
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/wazuh_managers/wazuh-master-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
secretName: wazuh-authd-pass
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-odfe:4.1.0'
image: 'wazuh/wazuh-odfe:4.1.1'
resources:
limits:
cpu: 400m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/wazuh_managers/wazuh-worker-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
secretName: odfe-ssl-certs
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-odfe:4.1.0'
image: 'wazuh/wazuh-odfe:4.1.1'
resources:
limits:
cpu: 400m
Expand Down
11 changes: 10 additions & 1 deletion wazuh/wazuh_managers/wazuh_conf/master.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
<email_from>[email protected]</email_from>
<email_to>[email protected]</email_to>
<email_maxperhour>12</email_maxperhour>
<email_log_source>alerts.log</email_log_source>
<queue_size>131072</queue_size>
<agents_disconnection_time>20s</agents_disconnection_time>
<agents_disconnection_alert_time>100s</agents_disconnection_alert_time>
</global>

<alerts>
Expand Down Expand Up @@ -306,6 +309,13 @@
<rule_dir>etc/rules</rule_dir>
</ruleset>

<rule_test>
<enabled>yes</enabled>
<threads>1</threads>
<max_sessions>64</max_sessions>
<session_timeout>15m</session_timeout>
</rule_test>

<!-- Configuration for ossec-authd
To enable this service, run:
ossec-control enable auth
Expand All @@ -318,7 +328,6 @@
<force_time>0</force_time>
<purge>no</purge>
<use_password>yes</use_password>
<limit_maxagents>yes</limit_maxagents>
<ciphers>HIGH:!ADH:!EXP:!MD5:!RC4:!3DES:!CAMELLIA:@STRENGTH</ciphers>
<!-- <ssl_agent_ca></ssl_agent_ca> -->
<ssl_verify_host>no</ssl_verify_host>
Expand Down
11 changes: 10 additions & 1 deletion wazuh/wazuh_managers/wazuh_conf/worker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
<email_from>[email protected]</email_from>
<email_to>[email protected]</email_to>
<email_maxperhour>12</email_maxperhour>
<email_log_source>alerts.log</email_log_source>
<queue_size>131072</queue_size>
<agents_disconnection_time>20s</agents_disconnection_time>
<agents_disconnection_alert_time>100s</agents_disconnection_alert_time>
</global>

<alerts>
Expand Down Expand Up @@ -305,6 +308,13 @@
<rule_dir>etc/rules</rule_dir>
</ruleset>

<rule_test>
<enabled>yes</enabled>
<threads>1</threads>
<max_sessions>64</max_sessions>
<session_timeout>15m</session_timeout>
</rule_test>

<!-- Configuration for ossec-authd
To enable this service, run:
ossec-control enable auth
Expand All @@ -317,7 +327,6 @@
<force_time>0</force_time>
<purge>no</purge>
<use_password>no</use_password>
<limit_maxagents>yes</limit_maxagents>
<ciphers>HIGH:!ADH:!EXP:!MD5:!RC4:!3DES:!CAMELLIA:@STRENGTH</ciphers>
<!-- <ssl_agent_ca></ssl_agent_ca> -->
<ssl_verify_host>no</ssl_verify_host>
Expand Down

0 comments on commit 381a08e

Please sign in to comment.