kfaraz commented on code in PR #15636:
URL: https://github.com/apache/druid/pull/15636#discussion_r1444518181
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/supervisor/SupervisorResource.java:
##########
@@ -143,6 +148,19 @@ public Response specPost(final SupervisorSpec spec,
@Context final HttpServletRe
}
manager.createOrUpdateAndStartSupervisor(spec);
+
+ final String auditPayload
Review Comment:
An audit entry does contain the audit time, but it is currently not being
logged. The audit time is persisted though in case of
`druid.audit.manager.type=sql` .
The log message is of the format
```
User[%s], identity[%s], IP[%s] performed action of type[%s] on key[%s] with
comment[%s], request[%s], payload[%s].
```
The audit time had been left out of the log message on purpose as it is
typically the same as the timestamp of the log message itself.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]