Merge pull request #1581 from wazuh/merge-4.9.1-into-4-10-0

Merge 4.9.1 into 4.10.0
This commit is contained in:
Gonzalo Acuña
2024-10-17 12:28:24 -03:00
committed by GitHub
3 changed files with 19 additions and 4 deletions

View File

@@ -19,10 +19,25 @@ All notable changes to this project will be documented in this file.
- None
## Wazuh Docker v4.9.1
## [4.9.1]
### Added
- Update Wazuh to version [4.9.1](https://github.com/wazuh/wazuh/blob/v4.9.1/CHANGELOG.md#v491)
- None
### Changed
- None
### Fixed
- Fix typos into Wazuh manager entrypoint ([#1569](https://github.com/wazuh/wazuh-docker/pull/1569))
### Deleted
- None
## Wazuh Docker v4.9.0
### Added

View File

@@ -51,7 +51,7 @@ mount_permanent_data() {
print "Installing ${permanent_dir}"
exec_cmd "cp -a ${data_tmp}. ${permanent_dir}"
else
print "The path ${permanent_dir} is empty, skiped"
print "The path ${permanent_dir} is empty, skipped"
fi
fi
done

View File

@@ -4,7 +4,7 @@
set -e
if [ "$INDEXER_URL" != "" ]; then
>&2 echo "Customize Elasticsearch ouput IP"
>&2 echo "Customize Elasticsearch output IP"
sed -i "s|hosts:.*|hosts: ['$INDEXER_URL']|g" /etc/filebeat/filebeat.yml
fi