Skip to content

Instantly share code, notes, and snippets.

@slarti5191
slarti5191 / logstash.conf
Created June 23, 2016 23:28
ELK Exchange logging
input {
tcp {
port => 3515
host => "192.168.168.168"
type => "WindowsEventLog"
codec => "line"
}
tcp {
port => 3516
host => "192.168.168.168"