Skip to content

Instantly share code, notes, and snippets.

@tianchao-haohan
tianchao-haohan / logstash.conf
Created November 5, 2018 08:53 — forked from slarti5191/logstash.conf
ELK Exchange logging
input {
tcp {
port => 3515
host => "192.168.168.168"
type => "WindowsEventLog"
codec => "line"
}
tcp {
port => 3516
host => "192.168.168.168"