Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Microsoft IIS advanced settings

You can use the following advanced settings to fine tune Microsoft IIS sources.

Microsoft IIS advanced settings

Parameter Default value Description
Monitor Subdirectories Enabled Monitoring of subfolders on ON by default for IIS.
FTP protocol logs Disabled  
NNTP/News protocol logs Disabled  
SMTP/Mail protocol logs Disabled  
W3C protocol logs Enabled  
     
W3C
  • Filename pattern
ex*.log|u_ex*.log A mask/filter to categorize files into this file class. You can select * (many chars) ? (one char), # (a number), or a regex.
  • W3C_format
W3C The AgentLogFormat payload header field. If you don't want to include this field, leave the value empty.
  • W3c_fldList
#FIELDS The CSV fields to include in the payload. Use #FIELDS to grab first line in the file that starts with #Fields. Use #HDL_LINES to grab list of fields from file header.
IIS
  • Filename pattern
in*.log|u_in*.log A mask/filter to categorize files into this file class. You can select * (many chars) ? (one char), # (a number), or a regex.
  • IIS_format
IIS The AgentLogFormat payload header field. If you don't want to include this field, leave the value empty.
  • IIS_fldList

ClientIP,Username,Date,Time,Service,ServerName,ServerIP,TimeTaken,ClientBytesSent,ServerBytesSent,ServiceStatus,WindowsStatus,RequestType,Target,Parameters

The CSV fields to include in the payload. Use #FIELDS to grab first line in the file that starts with #Fields. Use #HDL_LINES to grab list of fields from file header.
NCSA
  • Filename pattern
nc*.log|u_nc*.log A mask/filter to categorize files into this file class. You can select * (many chars) ? (one char), # (a number), or a regex.
  • NCSA_format
NCSA The AgentLogFormat payload header field. If you don't want to include this field, leave the value empty.
  • NCSA_fldList

RemoteHost,RemoteLog,Username,Timestamp,GMTOffset,

Method,Resource,Protocol,ServiceStatus,BytesSent

The CSV fields to include in the payload. Use #FIELDS to grab first line in the file that starts with #Fields. Use #HDL_LINES to grab list of fields from file header.