Skip to content
Snippets Groups Projects
Commit e875baac authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix settings for the logserver

parent 3cb8bd31
No related branches found
No related tags found
No related merge requests found
<source>
@type secure_forward
shared_key {{ fluentd_shared_key }}
self_hostname {{ inventory_hostname }}
secure true
ca_cert_path /etc/ssl/td-agent/cert.pem
ca_private_key_path /etc/ssl/td-agent/key.pem
ca_private_key_passphrase {{ fluentd_cert_passphrase }}
authentication yes
<user>
username {{ fluentd_username }}
password {{ fluentd_password }}
</user>
</source>
<match **>
@type elasticsearch
logstash_format true
host 127.0.0.1
port 9200
index_name fluentd
type_name fluentd
</match>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment