<configuration>
<!--
Use the below configuration sample to create rules to exclude MBean attributes from MBean Browser.
<exclude object-name=<MBean name pattern> attributes=< * |comma separated list of attribute names> >
The example below will exclude all attributes of MBeans that match "Catalina:*".
<jmx-mbean-browser-excludes>
<exclude object-name="Catalina:*" attributes="*"/>
</jmx-mbean-browser-excludes>
-->
</configuration>