mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
12
roles/filebeat/defaults/main.yml
Normal file
12
roles/filebeat/defaults/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
filebeat_output_type: logstash
|
||||
filebeat_output_hosts: []
|
||||
# filebeat_output_hosts:
|
||||
# - graylog.example.org:5044
|
||||
filebeat_output_ssl:
|
||||
enabled: True
|
||||
# cert_authorities:
|
||||
# - /path/to/ca.crt
|
||||
# client_cert: /etc/filebeat/ssl/cert.pem
|
||||
# client_key: /etc/filebeat/ssl/key.pem
|
||||
# client_key_passphrase: s3cr3t.
|
Reference in New Issue
Block a user