Logstash Module - SSL beats skeleton

This commit is contained in:
Mike Reeves
2018-06-06 16:09:14 -04:00
parent e752637e5c
commit f85eaec990

View File

@@ -0,0 +1,14 @@
# Author: Justin Henderson
# SANS Instructor and author of SANS SEC555: SIEM and Tactical Analytics
# Email: justin@hasecuritysolutions.com
# Last Update: 12/11/2017
input {
beats {
port => "5044"
ssl => true
ssl_certificate => "/some/locations"
ssl_key => "/some/location"
tags => [ "beat" ]
}
}