1
0
mirror of https://github.com/krislamo/graylog_demo synced 2024-09-19 21:50:36 +00:00

WIP TLS Attempt

This commit is contained in:
Kris Lamoureux 2020-03-06 16:10:34 -05:00
parent be375719fd
commit bf200877c9
Signed by: kris
GPG Key ID: A30022791E1719A4

View File

@ -45,5 +45,8 @@
protocol tcp protocol tcp
host localhost host localhost
port 12201 port 12201
tls true
tls_options {"cert":"/home/vagrant/certs/td-agent/td-agent-signed.crt",
"key":"/home/vagrant/certs/td-agent/td-agent.key"}
flush_interval 5s flush_interval 5s
</match> </match>