Merge branch '4.14.2' into merge-4.14.2-into-4.14.3

This commit is contained in:
Enrique Araque 2025-12-12 10:59:04 +01:00
commit 9241da7b55
No known key found for this signature in database
GPG Key ID: 29A3281A91360096
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
### Added ### Added
- Update Filebeat version ([#1873](https://github.com/wazuh/wazuh-ansible/pull/1873))
- Add missing parameters SSL ciphers and protocols to opensearch.yml ([#1863](https://github.com/wazuh/wazuh-ansible/pull/1863)) - Add missing parameters SSL ciphers and protocols to opensearch.yml ([#1863](https://github.com/wazuh/wazuh-ansible/pull/1863))
### Changed ### Changed

View File

@ -8,7 +8,7 @@ filebeat_node_name: node-1
filebeat_output_indexer_hosts: filebeat_output_indexer_hosts:
- "localhost" - "localhost"
filebeat_module_package_name: wazuh-filebeat-0.4.tar.gz filebeat_module_package_name: wazuh-filebeat-0.5.tar.gz
filebeat_module_package_path: /tmp/ filebeat_module_package_path: /tmp/
filebeat_module_destination: /usr/share/filebeat/module filebeat_module_destination: /usr/share/filebeat/module
filebeat_module_folder: /usr/share/filebeat/module/wazuh filebeat_module_folder: /usr/share/filebeat/module/wazuh