mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-28 02:43:52 +01:00
Initial Commit
This commit is contained in:
22
salt/logstash/files/conf.d/0002_input_windows_json.conf
Normal file
22
salt/logstash/files/conf.d/0002_input_windows_json.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
# Author: Justin Henderson
|
||||
# SANS Instructor and author of SANS SEC555: SIEM and Tactical Analytics
|
||||
# Email: justin@hasecuritysolution.com
|
||||
# Last Update: 12/9/2016
|
||||
|
||||
input {
|
||||
tcp {
|
||||
port => 6052
|
||||
type => "windows"
|
||||
tags => [ "json" ]
|
||||
codec => json {
|
||||
charset => "CP1252"
|
||||
}
|
||||
}
|
||||
}
|
||||
filter {
|
||||
if [type] == "windows" {
|
||||
mutate {
|
||||
#add_tag => [ "conf_file_0002"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user