-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
Symptoms
Messages with no body do not show any indicator that the body wasn't saved.
Who's affected
Users examining audited messages.
Root cause
If a message body is larger than ServiceControl/MaxBodySizeToStore
then it is not persisted as part of auditing. This information is not presented in the UI.
Confirmed workarounds
None.
Original bug report
Describe the bug
Description
If a message body is larger than ServiceControl/MaxBodySizeToStore
then it is not persisted as part of auditing. ServiceInsight displays this information to the user

ServicePulse does not display the same information, instead just showing a blank body
Expected behavior
An indication to the user that the message body was too large to be stored
Actual behavior
a blank body is displayed

Versions
Please list the version of the relevant packages or applications in which the bug exists.
Steps to reproduce
- send a message with a body exceeding
ServiceControl/MaxBodySizeToStore
to an endpoint that has auditing enabled. - view the message in "All Messages" in ServicePulse. The body shows as blank with no indication why
Relevant log output
Additional Information
Workarounds
Possible solutions
Additional information
Metadata
Metadata
Assignees
Labels
Type: BugType: BugType: Bug