Local cert path updated for filebeat

This commit is contained in:
Gonzalo Acuña 2022-03-30 15:09:51 -03:00
parent 80189d11d5
commit 35e66f83ba
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -20,7 +20,7 @@ filebeat_security: true
filebeat_ssl_dir: /etc/pki/filebeat filebeat_ssl_dir: /etc/pki/filebeat
# Local path to store the generated certificates (Opensearch security plugin) # Local path to store the generated certificates (Opensearch security plugin)
local_certs_path: ./indexer/certificates local_certs_path: "{{ playbook_dir }}/indexer/certificates"
filebeatrepo: filebeatrepo:
apt: 'deb https://packages.wazuh.com/4.x/apt/ stable main' apt: 'deb https://packages.wazuh.com/4.x/apt/ stable main'