Skip to content

Instantly share code, notes, and snippets.

@youliny
youliny / logstash.conf
Created March 3, 2017 02:12 — forked from rebornix/logstash.conf
Logstash configuration for IIS log.
input {
file {
type => "IISLog"
path => "C:/inetpub/logs/LogFiles/W3SVC*/*.log"
start_position => "beginning"
}
}
filter {