Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.2
-
None
-
None
Description
Spinoff from SOLR-13741
Turns out that Audit logger does not log the body of V2 Admin API requests and needs a general improvement in how V2 requests are handled, i.e:
- We do not audit log the BODY of the request (which is where the action is)
- We do not detect what collections the request is for (so the AuditEvent#collections array is null)
The resource path is internal format /____v2/c instead of /api/c (should we convert the prefix in the AuditEvent?)
Attachments
Issue Links
- requires
-
SOLR-13741 AuditLoggerIntegrationTest hardening
- Closed