So I am extracting fields using the standard field transforms, and many of my uri results and user agents are returning the value: "-"
There is useful data there, so I am attempting to figure out why this is happening if i'm using the standard field extraction / transforms.
Please see examples of config below:
Log String:
2013-04-22 17:05:48 W3SVC195900357 POST - 443 - HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+2.0.50727.5466) - - 200 0 0 1278 700 10
Results for field URI="-"
PROPS.CONF
[iis]
[REPORT-iis = iis_logging_combined]
TRANSFORMS.CONF:
[iis_logging_combined]
DELIMS = " "
FIELDS = date,time,sitename,computername,ip,method,uri-stem,uri-query,port,username,ip,version,(User-Agent),(Cookie),(Referer),host,status,substatus,win32-status,bytes,bytes,time-taken
Somehow i'm still showing my results in (User-Agent) and "uri-query" as a value of "-". Does anyone know why or how this could be occurring?
Thank you!
... View more