Merge pull request #1873 from wazuh/change/1872-update-filebeat-version
Update Filebeat version
This commit is contained in:
commit
09182e90bb
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user