AA-2472 : Audit monitoring not showing any graph

Review Request #664 — Created Feb. 20, 2025 and submitted — Latest diff uploaded

pmurugaiyan
AMP
amp_3_7
apoorva.sn, prajesh, shuinvy

Problem statement

AA-2472 : Audit monitoring not showing any graph

Fix

  1. 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.
  2. RTT chart - Updated the index value from adc.responsetime to adc.duration to render the chart
  3. 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.
  4. 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.


    Loading...