Update filebeat default variables
This commit is contained in:
parent
3f6226297b
commit
7924f89dc2
@ -31,4 +31,13 @@ filebeat_xpack_security: false
|
||||
|
||||
elasticsearch_user: elastic
|
||||
elasticsearch_password: elastic_pass
|
||||
node_certs_destination: /etc/elasticsearch/certs
|
||||
|
||||
node_certs_generator : false
|
||||
node_certs_generator_ip: 172.16.0.161
|
||||
node_certs_source: /usr/share/elasticsearch
|
||||
node_certs_destination: /etc/filebeat/certs
|
||||
|
||||
# Rsync
|
||||
rsync_path: /usr/bin/rsync
|
||||
rsync_user: vagrant
|
||||
rsync_extra_parameters: -avg -e 'ssh -o StrictHostKeyChecking=no' --rsync-path='sudo rsync'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user