mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 00:13:06 +01:00
Logstash Module - SSL beats skeleton
This commit is contained in:
14
salt/logstash/files/dynamic/0006_input_beats.conf
Normal file
14
salt/logstash/files/dynamic/0006_input_beats.conf
Normal 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" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user