Hey Solr community,

I'm just enquiring if anyone has tried using the audit logging capabilities in 
Solr 8? https://solr.apache.org/guide/8_8/audit-logging.html#audit-logging. 
Historically on the 7.x beaches of Solr I've had to capture request details by 
reducing the log level of the request handler classes (and logging at our Solr 
proxy) so this looks like a nice feature addition. The problem I've found is 
the queryString appears to be null which is the critical component of the 
chronological log.  Are other users of this functionality experiencing a 
similar issue or able to replicate?

Solr 8.8.2

2021-06-18 17:24:01.214 INFO  (audit-122-thread-1) [   ] 
o.a.s.s.SolrLogAuditLoggerPlugin type="COMPLETED" message="Completed" 
method="POST" status="200" requestType="SEARCH" username="someuser" 
resource="/select" queryString="null" collections=[My_Collection]

Any input would be appreciated.

Thanks,

Dwane

Reply via email to