]> git.openstreetmap.org Git - chef.git/commitdiff
Enable SSL for logstash beats input plugin
authorTom Hughes <tom@compton.nu>
Thu, 5 Jul 2018 18:50:53 +0000 (19:50 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 Jul 2018 18:50:53 +0000 (19:50 +0100)
cookbooks/logstash/templates/default/logstash.conf.erb

index cbd61e937273adee69c36924c1e4efc2c75b92eb..cbc8c909bb89543cc3cebd638bead0e3a3998626 100644 (file)
@@ -1,6 +1,7 @@
 input {
   beats {
     port => 5044
+    ssl => true
     ssl_certificate => "/var/lib/logstash/beats.crt"
     ssl_key => "/var/lib/logstash/beats.key"
   }