Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

plugin iis

jibedoubleve edited this page Apr 14, 2020 · 1 revision

Plugin IIS

It reads the log files from IIS. These files are usually stored in %SystemDrive%\inetpub\logs\LogFiles

Connection String

Path to the directory that contains all the days (a day is a unique text file)

Query Day

By default the refex is:

u_ex(?<year>\d{2})(?<month>\d{2})(?<day>\d{2}).log

The regex should contain the year, month, day of the date of log into groups. The group name should be exactly these one. These groups will be used internally to search and display the days with logs.

group name Explanations Remarks
year Contains the year If the year is less than 100, then we add 2000 years to the date. I.e. '20' becomes '2020'
month Contains the month
day Contains the day

Query Logs

This field is not used for this plugin

Clone this wiki locally