TIBCO BusinessWorks ProcessMonitor (BWPM) allows to exclude processes from monitoring. You can select one individual process or you can specify a number of multiple processes based on a pattern for exclusion.
Option 1: Excluding a processes using BWPM GUI.
Excluding a processes from monitoring entirely can be set from the BWPM GUI. Go to Administration of Monitored Objects >Log Settings >set exclude entire processes from being monitored.
Usage:
1). Select a process object from the Domain Object Tree.
2). Click on view "Administration".
3). Click on "Log Settings".
4). Check the marker to exclude this process.
5). Click on "Apply" to save the settings. The new Log Mode will be applied immediately.
Option 2: Excluding a processes using BWPM configuration client file(_njams_config.xml).
It is also possible to select multiple processes which entire process path starts with a specific name. For example, you might want to exclude all process that belongs to your legacy error handling processes in folder "BaseLib". To do so you have to add an element to the BWPM configuration client file.
Usage:
1). Open BWPM configuration client file for editing: <TIBCO_HOME>/tra/domain/<DOMAIN>/application/<APPLICATION>/resource/<SERVICE_INSTANCE_NAME>_njams_config.xml .
2). Add the following element: <exclude process="BaseLib/"/>, where BaseLib is the name of the folder for which all processes should be excluded.
A sample configuration file looks as follows:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://www.faizsiegeln.com/schema/njams/extracts/2012-10-22/" lastdeploymenttime="<logging>
<exclude process="BaseLib/"/>
</logging>
</config>