Merge pull request #1873 from wazuh/change/1872-update-filebeat-version

Update Filebeat version
This commit is contained in:
Carlos Bordon 2025-12-04 11:38:26 -03:00 committed by GitHub
commit 09182e90bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,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