mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-12 14:20:44 +02:00
Logstash Module - SSL beats skeleton
This commit is contained in:
@@ -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" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user