- 0 minutes to read

HideAdditionalFieldValuesInLogViews - System Parameter

Take control of sensitive data visibility in Nodinite Log Views with the HideAdditionalFieldValuesInLogViews system parameter. This feature empowers you to:

✅ Protect sensitive context properties in Additional field values
✅ Automate hiding, masking, or showing data for compliance
✅ Empower users with secure, role-based access
✅ Reduce risk and ensure peace of mind for your organization

Use the System Parameter HideAdditionalFieldValuesInLogViews to control visibility and safeguard information across your integration landscape. Data originates from Nodinite Log Events and Microsoft BizTalk Server, ensuring your integration logs remain secure and compliant.

graph LR subgraph "Nodinite" roNodinite(fal:fa-user-secret Show/Hide/Mask) end subgraph "Log Events" ro1(fal:fa-circle-info Additional field values) end roNodinite -.- ro1

HideAdditionalFieldValuesInLogViews - System Parameter

The HideAdditionalFieldValuesInLogViews System Parameter in Nodinite Web Client

The Web Client empowers your Users with self-service access to logged data, protected by Role-based security for Log Views. For example, administrators can grant Users the ability to show, hide, or mask additional field values, ensuring only authorized personnel can view sensitive information.

To hide content within the payload itself, leverage the Stylesheets feature for even greater control and compliance.

JSON Example

  • key: Use any of the available field names.
  • value: Any of the following:
    • show - Show the value (default).
    • mask - Show the field, but hide the value.
    • hide - Hide the field entirely, including its value.
{
	"SequenceNo": "show",
	"EventId": "show",
	"MessageGuid": "show",
	"EventNumber": "show",
	"ServiceInstanceSequenceNo": "show",
	"ProcessingMachineName": "show",
	"ProcessName": "show",
	"ProcessingModuleName": "show",
	"ProcessingModuleType": "show",
	"ProcessingTime": "show",
	"ProcessingUser": "show",
	"LocalInterchangeId": "show",
	"ApplicationInterchangeId": "show",
	"ServiceInstanceActivityId": "show",
	"LogText": "show",
	"MessageTypeName": "show",
	"OriginalMessageTypeName": "show",
	"EndPointName": "show",
	"EndPointUri": "show"
}

json JSON text string with valid values

This feature is available from Nodinite version 6.0.0.30


Frequently asked questions

Find more solutions and answers in the Nodinite System Parameters FAQ and the Troubleshooting user guide.


Next Step

Administration