# Author: Justin Henderson # SANS Instructor and author of SANS SEC555: SIEM and Tactical Analytics # Email: justin@hasecuritysolutions.com # Last Update: 12/9/2016 # This conf file is based on accepting logs for DHCP. It is currently based on Windows DHCP only. filter { if [type] == "dhcp" { mutate { add_field => { "Hostname" => "%{host}" } } mutate { strip => "message" } # This is the initial parsing of the log grok { # Server 2008+ match => { "message" => "%{DATA:id},%{DATE_US:date},(?