Skip to content

Instantly share code, notes, and snippets.

@thejuan
Created February 21, 2014 17:57
Show Gist options
  • Select an option

  • Save thejuan/9139511 to your computer and use it in GitHub Desktop.

Select an option

Save thejuan/9139511 to your computer and use it in GitHub Desktop.

Revisions

  1. Adam Mills created this gist Feb 21, 2014.
    6 changes: 6 additions & 0 deletions Logstash IIS Input
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    input {
    file {
    type => "iis"
    path => "C:/inetpub/logs/LogFiles/W3SVC/*.log"
    }
    }