Query Analytics: Full Request Inspector, Server-Side Pagination and Filters for Latest Queries

· Analytics · New Feature · All updates

Three changes to the Latest Queries table in Query Analytics: you can now open any request and read it in full, page through all of them without loading everything at once, and filter down to the ones you care about.

01 Full Request Inspector

Every row in the Latest Queries table now carries an inspect button. It opens your complete Solr request, broken down into a readable parameter table, alongside the full raw URL ready to copy with one click.

Latest Queries row Parameter table, one row each Full raw URL, copy in one click The inspect button on each row opens the complete Solr request.
The inspector turns a logged request into something you can read and re-run.

02 Server-side pagination and filters

Latest Queries now paginates server-side, so you can browse through all your requests within any date range without loading everything at once.

FilterFinds
query textRequests whose query matches.
HTTP statusRequests by response status.
IP addressRequests from a particular client.

Set your filters and hit Search to find exactly what you need across all shards.

03 Fix

A rendering issue on the Analytics Dashboard, where DataTables parameter handling could cause PHP warnings to appear in the Latest Queries response, has been fixed.

View the full changelog