Skip to content

Instantly share code, notes, and snippets.

@thejuan
Created February 21, 2014 17:57
Show Gist options
  • Save thejuan/9139511 to your computer and use it in GitHub Desktop.
Save thejuan/9139511 to your computer and use it in GitHub Desktop.
IIS Input Config for Logstash
input {
file {
type => "iis"
path => "C:/inetpub/logs/LogFiles/W3SVC/*.log"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment