abhishekagarwal87 commented on code in PR #15636:
URL: https://github.com/apache/druid/pull/15636#discussion_r1444497086
##########
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:
do we log the update timestamp in the audit event that can be used to match
the user activity with the entry in the supervisor history?
--
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]