Describe the enhancement:
I was talking to a user who was interested in understanding why IIS logFormat the module would support.
The default is W3C and looking at the grok patterns used in the pipeline I think this is the only one the module does support currently.
Looking at https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/sitedefaults/logfile/#configuration, it also supports other types like IIS, NSCA and custom.
Not sure if we are planing to add those formats (except for custom), but we should at least point out in the module docs that we currently only support the default W3C format.
Describe the enhancement:
I was talking to a user who was interested in understanding why IIS
logFormatthe module would support.The default is
W3Cand looking at the grok patterns used in the pipeline I think this is the only one the module does support currently.Looking at https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/sitedefaults/logfile/#configuration, it also supports other types like
IIS,NSCAand custom.Not sure if we are planing to add those formats (except for custom), but we should at least point out in the module docs that we currently only support the default W3C format.