mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-22 15:05:27 +01:00
12 lines
233 B
Plaintext
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" ]
|
|
}
|
|
}
|