Hi Prakhar,
Newer versions of Solr offer an "Audit Logging" plugin for use cases
similar to yours.
https://lucene.apache.org/solr/guide/8_1/audit-logging.html
If don't think that's available as far back as 5.2.1 though. Just
thought I'd mention it in case upgrading is an option.
Best,
Jason
O
Hello Folks,
I'm looking for a way to track requests in Solr from a
particular user/client. Suppose, I've created a user, say *Client1*, using
the basic authentication/authorization plugin. Now I want to get a count of
the number of requests/queries made by *Client1* on the Solr server.
Looking fo