AA-2472 : Audit monitoring not showing any graph
Review Request #664 — Created Feb. 20, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_3_7 | |
| Reviewers | |
| apoorva.sn, prajesh, shuinvy | |
Problem statement
AA-2472 : Audit monitoring not showing any graph
Fix
- Earlier the Database query was made using the virtual server name which was not indexed. Now, I have updated the
logic to query using the server IP address.- RTT chart - Updated the index value from adc.responsetime to adc.duration to render the chart
- SSL related charts - We don't have the SSL statistics as part of the APV system logs, so I have removed the SSL
related charts from the Audit logging section.- Processing Time charts - We don't have enough data to represent the client/server processing time for the requests
with AN_WELF log format. Hence, removed that as well.
The changes has been tested locally.
