Thanks Jan, I appreciate the response and link to the JIRA.

Cheers,

Dwane
________________________________
From: Jan H?ydahl <jan....@cominvent.com>
Sent: Monday, 21 June 2021 6:08 AM
To: users@solr.apache.org <users@solr.apache.org>
Subject: Re: Audit logging

Hi,

Issue here is that you use POST for search request. It is currently not handled 
by the framework, see https://issues.apache.org/jira/browse/SOLR-13837
Solr should probably attempt to decode the POST body in case of SearchHandler.

Jan

> 19. jun. 2021 kl. 03:13 skrev Dwane Hall <dwaneh...@hotmail.com>:
>
> 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