Including All Audit-Level Messages

ActiveMatrix BPM is delivered set to the default level of auditing. You can set a fuller level of auditing, so that all messages of severity AUDIT are included.

Procedure

  1. Find the ec-probe-rules.xml file. This is located in the in the TIBCO ActiveMatrix BPM configuration directory. For example, C:\ProgramData\amx-bpm\tibco\data\bpm\amx.bpm.app\configuration\ec-probe-rules.xml .
  2. Back the file up to a safe location.
  3. Open the file in an editor and locate the <severities section, as shown in the following extract:
    <rule name="AuditMessages" ruleOrder="800">
    				<filter>
    <!-- How to enable full auditing															 	-->
    <!-- To enable full auditing (where all messages of level AUDIT are forwarded to the Central 	-->
    <!-- EventCollector Database), you should uncomment the following severities rule section 		-->
    <!-- Then comment-out or delete the <messageIds></messageId> section				 			-->
    <!-- It is recommended that you back up this file before making any changes						-->
    <!-- 				
    					<severities>
    						<severity>AUDIT</severity>
    					</severities>
    
  4. Remove the comment markers (the <!-- and -- symbols) around the <severities section.
  5. Locate the <messageIds section immediately following </severities. Either:
    • Delete the section from <messageIds to </messageIds, or
    • Comment that section out by adding a <!-- marker before it and -- > after it

      Save and close the file. The changes take effect immediately.

Result

To set the audit level back to the default, either reverse these changes or restore the copy of the file that you backed up in step 2.