remove message payload from RemoteClusterFrame audit (#27048)

This commit is contained in:
Doug Lauder
2024-05-21 14:51:10 -05:00
committed by GitHub
parent 2fd5725c9f
commit 45e3b54b60

View File

@@ -251,7 +251,8 @@ type RemoteClusterFrame struct {
func (f *RemoteClusterFrame) Auditable() map[string]interface{} {
return map[string]interface{}{
"remote_id": f.RemoteId,
"msg": f.Msg,
"msg_id": f.Msg.Id,
"topic": f.Msg.Topic,
}
}