File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
build-docker-images/wazuh-manager/config Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ PERMANENT_DATA_EXCP[((i++))]="/var/ossec/wodles/gcloud/pubsub/subscriber.py"
100100PERMANENT_DATA_EXCP[((i++))]="/var/ossec/etc/lists/malicious-ioc/malicious-ip"
101101PERMANENT_DATA_EXCP[((i++))]="/var/ossec/etc/lists/malicious-ioc/malicious-domains"
102102PERMANENT_DATA_EXCP[((i++))]="/var/ossec/etc/lists/malicious-ioc/malware-hashes"
103+ PERMANENT_DATA_EXCP[((i++))]="/etc/filebeat/filebeat.yml"
103104export PERMANENT_DATA_EXCP
104105
105106# Files mounted in a volume that should be deleted
You can’t perform that action at this time.
0 commit comments