Files
securityonion/salt/logstash/files/conf.d/0006_input_beats.conf
2018-02-05 12:36:27 -05:00

12 lines
233 B
Plaintext

# 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"
tags => [ "beat" ]
}
}