Created
February 21, 2014 17:57
-
-
Save thejuan/9139511 to your computer and use it in GitHub Desktop.
IIS Input Config for Logstash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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