mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
Merge pull request #1213 from wazuh/change/1137-server-clean-up
Wazuh server clean-up
This commit is contained in:
commit
d75fd191c6
@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Changed
|
||||
|
||||
- Wazuh server clean-up ([#1213](https://github.com/wazuh/wazuh-kubernetes/pull/1213))
|
||||
- Replace OpenSearch deprecated settings ([#1109](https://github.com/wazuh/wazuh-kubernetes/pull/1109))
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -11,9 +11,7 @@ PERMANENT_DATA[((i++))]="/var/ossec/api/configuration"
|
||||
PERMANENT_DATA[((i++))]="/var/ossec/etc"
|
||||
PERMANENT_DATA[((i++))]="/var/ossec/logs"
|
||||
PERMANENT_DATA[((i++))]="/var/ossec/queue"
|
||||
PERMANENT_DATA[((i++))]="/var/ossec/agentless"
|
||||
PERMANENT_DATA[((i++))]="/var/ossec/var/multigroups"
|
||||
PERMANENT_DATA[((i++))]="/var/ossec/integrations"
|
||||
PERMANENT_DATA[((i++))]="/var/ossec/active-response/bin"
|
||||
PERMANENT_DATA[((i++))]="/var/ossec/wodles"
|
||||
PERMANENT_DATA[((i++))]="/etc/filebeat"
|
||||
|
||||
@ -85,15 +85,9 @@ spec:
|
||||
- name: wazuh-manager-master
|
||||
mountPath: /var/ossec/var/multigroups
|
||||
subPath: wazuh/var/ossec/var/multigroups
|
||||
- name: wazuh-manager-master
|
||||
mountPath: /var/ossec/integrations
|
||||
subPath: wazuh/var/ossec/integrations
|
||||
- name: wazuh-manager-master
|
||||
mountPath: /var/ossec/active-response/bin
|
||||
subPath: wazuh/var/ossec/active-response/bin
|
||||
- name: wazuh-manager-master
|
||||
mountPath: /var/ossec/agentless
|
||||
subPath: wazuh/var/ossec/agentless
|
||||
- name: wazuh-manager-master
|
||||
mountPath: /var/ossec/wodles
|
||||
subPath: wazuh/var/ossec/wodles
|
||||
|
||||
@ -88,15 +88,9 @@ spec:
|
||||
- name: wazuh-manager-worker
|
||||
mountPath: /var/ossec/var/multigroups
|
||||
subPath: wazuh/var/ossec/var/multigroups
|
||||
- name: wazuh-manager-worker
|
||||
mountPath: /var/ossec/integrations
|
||||
subPath: wazuh/var/ossec/integrations
|
||||
- name: wazuh-manager-worker
|
||||
mountPath: /var/ossec/active-response/bin
|
||||
subPath: wazuh/var/ossec/active-response/bin
|
||||
- name: wazuh-manager-worker
|
||||
mountPath: /var/ossec/agentless
|
||||
subPath: wazuh/var/ossec/agentless
|
||||
- name: wazuh-manager-worker
|
||||
mountPath: /var/ossec/wodles
|
||||
subPath: wazuh/var/ossec/wodles
|
||||
|
||||
@ -23,11 +23,6 @@
|
||||
<agents_disconnection_alert_time>100s</agents_disconnection_alert_time>
|
||||
</global>
|
||||
|
||||
<alerts>
|
||||
<log_alert_level>3</log_alert_level>
|
||||
<email_alert_level>12</email_alert_level>
|
||||
</alerts>
|
||||
|
||||
<!-- Choose between "plain", "json", or "plain,json" for the format of internal logs -->
|
||||
<logging>
|
||||
<log_format>plain</log_format>
|
||||
@ -281,13 +276,6 @@
|
||||
<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:
|
||||
wazuh-control enable auth
|
||||
|
||||
@ -23,11 +23,6 @@
|
||||
<agents_disconnection_alert_time>100s</agents_disconnection_alert_time>
|
||||
</global>
|
||||
|
||||
<alerts>
|
||||
<log_alert_level>3</log_alert_level>
|
||||
<email_alert_level>12</email_alert_level>
|
||||
</alerts>
|
||||
|
||||
<!-- Choose between "plain", "json", or "plain,json" for the format of internal logs -->
|
||||
<logging>
|
||||
<log_format>plain</log_format>
|
||||
@ -281,13 +276,6 @@
|
||||
<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:
|
||||
wazuh-control enable auth
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user