Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
IIS高级日志记录-如何引用cs uri stem字段_Iis_Logging_Iis Advanced Logging - Fatal编程技术网

IIS高级日志记录-如何引用cs uri stem字段

IIS高级日志记录-如何引用cs uri stem字段,iis,logging,iis-advanced-logging,Iis,Logging,Iis Advanced Logging,cs-uri-stem字段不包含在双引号中,有时还包含空格。其他字段如cs(用户代理)、cs(Cookie)用双引号括起来 由于cs-uri-stem字段包含空格,并且没有用双引号括起来,因此我们的解析例程在知道cs-uri-stem何时结束和下一个字段何时开始时会出现一些问题 根据你的经验,我想知道是否有办法解决这个问题 到目前为止,我认为最好的解决方案是将cs uri stem作为序列的最后一个字段: date-local time-local cs-uri-query cs(Cookie)

cs-uri-stem字段不包含在双引号中,有时还包含空格。其他字段如cs(用户代理)、cs(Cookie)用双引号括起来

由于cs-uri-stem字段包含空格,并且没有用双引号括起来,因此我们的解析例程在知道cs-uri-stem何时结束和下一个字段何时开始时会出现一些问题

根据你的经验,我想知道是否有办法解决这个问题

到目前为止,我认为最好的解决方案是将cs uri stem作为序列的最后一个字段:

date-local time-local cs-uri-query cs(Cookie) cs-uri-stem
所以我可以把剩下的部分作为第五场