Masking Attributes of Element Names
Use the ElementName property and the AttributeName property to mask an attribute of an element.
To mask an attribute of an element, enter the element name and attribute name in the logfilter.properties file in the following format:
ElementName.<index_number>=<Element_name>
AttributeName.<index_number>=<Attribute_of_element_to_mask>The ElementName and AttributeName properties must share the same unique index number.
The following example show the default mask for the password from the requesting node of a PeopleSoft 8.1x system:
#8.1x from node password
ElementName.6=from
AttributeName.6=passwordAn example request before masking is:
<?xml version="1.0"?>
<request version="1.0">
<from node="PSFT_HR" password=password/>
<to node="QE_LOCAL"/>
When the mask is applied, the request looks as follows:
<?xml version="1.0"?>
<request version="1.0">
<from node="PSFT_HR" password=password/>
<to node="QE_LOCAL"/>