Skip to content

daniel-miller/iis-log-file-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft IIS Log File Parser

This is a simple console application that parses a directory containing Microsoft IIS log files.

Usage

LogFileParser Folder Since Minutes [Status]

  • Folder = Fully qualified path to the directory on your file system where log files are stored.
  • Since = Starting date and time (in your local time zone) for the log entries you want to extract from all log files.
  • Minutes = Duration for the period you want to extract.
  • Status (optional) = HTTP status code to filter the output.

PowerShell Example:

> .\LogFileParser.exe C:\inetpub\logs\LogFiles 2023-12-08-1750 45 500

About

A simple parser for Microsoft IIS log files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages