Skip to content

Commit a809b4b

Browse files
authored
Merge pull request wazuh#1903 from wazuh/merge-4.14.0-into-main
2 parents 78948b1 + a5eab95 commit a809b4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file.
2727

2828
### Changed
2929

30+
- Add filebeat config file in the PERMANENT_DATA_EXCP list ([#1898](https://github.com/wazuh/wazuh-docker/pull/1898))
3031
- Change validation of existing certs tool in S3 buckets ([#1880](https://github.com/wazuh/wazuh-docker/pull/1880))
3132

3233
### Fixed

build-docker-images/wazuh-manager/config/permanent_data.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ PERMANENT_DATA_EXCP[((i++))]="/var/ossec/wodles/gcloud/pubsub/subscriber.py"
100100
PERMANENT_DATA_EXCP[((i++))]="/var/ossec/etc/lists/malicious-ioc/malicious-ip"
101101
PERMANENT_DATA_EXCP[((i++))]="/var/ossec/etc/lists/malicious-ioc/malicious-domains"
102102
PERMANENT_DATA_EXCP[((i++))]="/var/ossec/etc/lists/malicious-ioc/malware-hashes"
103+
PERMANENT_DATA_EXCP[((i++))]="/etc/filebeat/filebeat.yml"
103104
export PERMANENT_DATA_EXCP
104105

105106
# Files mounted in a volume that should be deleted

0 commit comments

Comments
 (0)