CA Application Performance Management (APM / Wily / Introscope)
Issue/Introduction
As a result of time zone settings the timestamp values in the IIS log has a time shift (2 hours in this case), the APMIA IIS log metrics are not created, with except of line processed metric. Is it possible to define a time shift for the log?
Resolution
Following configuration resolved the issue.
There is issue with column numbers provided on the configuration under the ColumnGroup. As bytes transferred column is not there so it is removed.
Working sample iis-logmonitor.xml
<ColumnGroup>
<!-- Request per interval per server-ip(column 3) per uri-stem(column 5) -->
<ColumnData column="5" type="frequency" metric="{3}|{5}:Request Per Interval"/>
<!-- Response code(column 12) per sip(column 3) per uri-stem(column 5) -->