- 2 minutes to read

HideAdditionalFieldValuesInLogViews - System Parameter

This feature helps you protect potentially sensitive data in the Additional field values section of a Nodinite Log View. Data originates from Nodinite Log Events and Microsoft BizTalk Server, ensuring your integration logs remain secure and compliant.

To hide a value from an Additional field, use the System Parameter HideAdditionalFieldValuesInLogViews. This allows you to control visibility and safeguard information across your integration landscape.

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.

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