Index: controltower/js/auditLogging.js =================================================================== diff -u -re007ef9fde7bbda2c973cf853b324b62c47f3e8f -r88271c8d7aaf1e2e1e652d432aa780e0f15bdce2 --- controltower/js/auditLogging.js (.../auditLogging.js) (revision e007ef9fde7bbda2c973cf853b324b62c47f3e8f) +++ controltower/js/auditLogging.js (.../auditLogging.js) (revision 88271c8d7aaf1e2e1e652d432aa780e0f15bdce2) @@ -304,7 +304,7 @@ } $.ajax({ - url: "/engine-search-api/engine/search/log/aggs-top5", + url: "/engine-search-api/engine/search/log-aggs-top5/with-date", type: "GET", data: { search_string: search_string, from: start_date, to: end_date }, dataType: "json",