Manage filters using configuration variables for SAP solution Manager
Use the following configuration variables to exclude specific SIDs, contexts, or parameters for monitoring.
- Manage SIDs for environments using configuration variables
- Manage Contexts for SIDs using configuration variables
- Manage Parameters for Contexts using configuration variables.
- Manage component filters using the configuration variable
ENV_NAME = Your environment name.
SAP_SID =SID of your SAP system.
Manage SIDs for environments using configuration variables
- In Truesight console or Helix Operation Management, navigate to Query PATROL_Agent.
Run the following command to discover all SIDs:
print(get("/SSM_SOLMAN/<ENV_NAME>/SIDTable"));Add the following pconfig variable to exclude from the monitoring:
/SSM/SYSTEMS/<ENV_NAME>/RemovedSIDValue is SAP SID or list of SAP SID separated by \ and new line
PATROL config format
PATROL_CONFIG "/SSM/SYSTEMS/<ENV_NAME>/RemovedSID" = { REPLACE = "SM8" }For multiple SIDs
PATROL_CONFIG "/SSM/SYSTEMS/<ENV_NAME>/RemovedSID" = { REPLACE = "SM8\
SMT"}
Manage Contexts for SIDs using configuration variables
- In Truesight console or Helix Operation Management, navigate to Query PATROL_Agent.
Run the following command to discover the context lists from SAP SID:
contextList = get("/SSM_SID_CONT/<ENV_NAME>!<SAP_SID>/AllContextList");
if(contextList==""){contextList = get("/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ActiveList");}
print(contextList);Add the following pconfig variable to exclude from the monitoring
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/RemovedContext
Value is Context IDs or list of Context ID separated by \ and new linePATROL_CONFIG
"/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/RemovedContext" = { REPLACE = "ALE/EDI SM8(001) Log.sys SM8CLNT001\
BADI_TEST\
Systage\
SysteqRFC_Context\
Transactional RFC and QueIR_Start_Queues_Load_from_OL_ENTR_001\
ional RFC and Queued RFC\
Web SClass_001\
0000002528\
vwtlvincd12_SM8_00" }
Manage Parameters for Contexts using configuration variables.
- In Truesight console or Helix Operation Management, navigate to Query PATROL_Agent.
Run the following command to discover the parameter lists from the context name:
paramList = get("/SSM_SID_CONT/<ENV_NAME>!<SAP_SID>!<CONTEXT_NAME>/AllContextList");
if(paramList==""){
paramList = get("/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/<CONTEXT_NAME>/ActiveList"); }
print(paramList);Add pconfig variable to exclude the parameters from the monitoring.
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/<CONTEXT_NAME>/RemovedParametersValue is Parameter name or list of Parameter name separated by \ and new linePATROL_CONFIG
"/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/<CONTEXT_NAME>/RemovedParameters" = { REPLACE = "SpoolNumbers[bmcdel]UsedNumbers\
SpoolService[bmcdel]Frontend[bmcdel]WaitTime\
SpoolService[bmcdel]vwtlvincdv12_SM8_00[bmcdel]WaitTime" }
Manage component filters using the configuration variable
To add the following variables, navigate to Monitoring policy> Configuration Variable> Add Configuration Variable.
AbapProcess
Filter Type | Variable | Description |
---|---|---|
AbapProcess | /SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/FilterList = <FILTERNAME> | Name of the filter you want to use. Note Filterlist must conatian the value <FILTERNAME>. If you have multiple filters for any category then you have to use the pconfig file to apply the configuration variables. Filterlist will have the names separated by a new line. Example, <FILTERNAME1>\ <FILTERNAME2>\ <FILTERNAME3> |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/APP_SERVER | The name of the application server on which the ABAP process is running. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/APP_SERVEROper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/BTCJOBNAME | The name of the background job that belongs to the process. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/BTCJOBNAMEOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/CLIENT | The number of the SAP system client. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/CLIENTOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/DURATION | The duration for which the process is running (in seconds). | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/DURATIONOper | The operator to use for comparison of the filter criterion with the value that you specify, either >(greater) or >=
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/EventType | Event management No Event Select this option to not generate any events for the ADAP processes in BMC Event Manager. One event for all alerts Select this option to generate one event in BMC Event Manager for all the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Event for each alert Select this option to generate separate events in BMC Event Manager for each of the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Value
| |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/PROGRAM | The name of the ABAP program. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/PROGRAMOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/USER | The user name of the server that is running the process. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/USEROper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/WP_STATUS | The work process status of the ABAP process, | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/WP_STATUSOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/WP_TYP | The work process type such as DIA, BTC, and so on. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapProcess/Filters/<FILTERNAME>/WP_TYPOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. |
AbapDumps
Filter Type | Variable | Description |
---|---|---|
AbapDumps | /SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/FilterList = <FILTERNAME> | Name of the filter you want to use. Note Filterlist must conatian the value <FILTERNAME>. If you have multiple filters for any category then you have to use the pconfig file to apply the configuration variables. Filterlist will have the names separated by a new line. Example, <FILTERNAME1>\ <FILTERNAME2>\ <FILTERNAME3>
|
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/APP_SERVER | The name of the application server on which the ABAP Dump process is running. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/APP_SERVEROper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/CLIENT | The number of the SAP system client. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/CLIENTOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/EventType | Event management No Event Select this option to not generate any events for the ADAP processes in BMC Event Manager. One event for all alerts Select this option to generate one event in BMC Event Manager for all the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Event for each alert Select this option to generate separate events in BMC Event Manager for each of the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Value
| |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/ID | The ID of the user. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/IDOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/PROGRAM | The name of the ABAP program. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/PROGRAMOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/USER | The user name of the server that is running the process. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbapDumps/Filters/<FILTERNAME>/USEROper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. |
AbortedJob
Filter Type | Variable | Description |
---|---|---|
AbapDumps | /SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/FilterList = <FILTERNAME> | Name of the filter you want to use. Note Filterlist must conatian the value <FILTERNAME>. If you have multiple filters for any category then you have to use the pconfig file to apply the configuration variables. Filterlist will have the names separated by a new line. Example, <FILTERNAME1>\ <FILTERNAME2>\ <FILTERNAME3>
|
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/Client | The number of the SAP system client. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/ClientOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/EventType | Event management No Event Select this option to not generate any events for the ADAP processes in BMC Event Manager. One event for all alerts Select this option to generate one event in BMC Event Manager for all the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Event for each alert Select this option to generate separate events in BMC Event Manager for each of the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Value
| |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/JobClass | Class of the job that is running in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/JobClassOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/JobName | Name of the job that is running in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/JobNameOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/UserName | User name of the system that is running the job in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/Filters/<FILTERNAME>/UserNameOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedJob/ScanBackSecInterval |
AbortedUpdates
Filter Type | Variable | Description |
---|---|---|
AbortedUpdates | /SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/FilterList = <FILTERNAME> | Name of the filter you want to use. Note Filterlist must conatian the value <FILTERNAME>. If you have multiple filters for any category then you have to use the pconfig file to apply the configuration variables. Filterlist will have the names separated by a new line. Example, <FILTERNAME1>\ <FILTERNAME2>\ <FILTERNAME3> |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/APP_SERVER | The name of the application server on which the ABAP process is running. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/APP_SERVEROper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/CLIENT | The number of the SAP system client. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/CLIENTOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/EventType | Event management No Event Select this option to not generate any events for the ADAP processes in BMC Event Manager. One event for all alerts Select this option to generate one event in BMC Event Manager for all the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Event for each alert Select this option to generate separate events in BMC Event Manager for each of the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Value
| |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/ID | The ID of the user. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/IDOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/USER | The name of the user who generated the update requests. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/AbortedUpdates/Filters/<FILTERNAME>/USEROper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. |
DelayedJob
Filter Type | Variable | Description |
---|---|---|
DelayedJob | /SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/FilterList = <FILTERNAME> | Name of the filter you want to use. Note Filterlist must conatian the value <FILTERNAME>. If you have multiple filters for any category then you have to use the pconfig file to apply the configuration variables. Filterlist will have the names separated by a new line. Example, <FILTERNAME1>\ <FILTERNAME2>\ <FILTERNAME3> |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/Client | The number of the SAP system client. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/ClientOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/Duration | Duration for which the job was delayed (in seconds). | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/DurationOper | The operator to use for comparison of the filter criterion with the value that you specify, either >(greater) or >=
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/EventType | Event management No Event Select this option to not generate any events for the ADAP processes in BMC Event Manager. One event for all alerts Select this option to generate one event in BMC Event Manager for all the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Event for each alert Select this option to generate separate events in BMC Event Manager for each of the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Value
| |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/JobClass | Class of the job that is running in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/JobClassOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/JobName | Name of the job that is running in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/JobNameOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/UserName | User name of the system that is running the job in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/DelayedJob/Filters/<FILTERNAME>/UserNameOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. |
LongRunningJob
Filter Type | Variable | Description |
---|---|---|
LongRunningJob | /SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/FilterList = <FILTERNAME> | Name of the filter you want to use. Note Filterlist must conatian the value <FILTERNAME>. If you have multiple filters for any category then you have to use the pconfig file to apply the configuration variables. Filterlist will have the names separated by a new line. Example, <FILTERNAME1>\ <FILTERNAME2>\ <FILTERNAME3> |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/Client | The number of the SAP system client. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/ClientOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/Duration | Duration for which the job was running (in seconds). | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/DurationOper | The operator to use for comparison of the filter criterion with the value that you specify, either >(greater) or >=
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/EventType | Event management No Event Select this option to not generate any events for the ADAP processes in BMC Event Manager. One event for all alerts Select this option to generate one event in BMC Event Manager for all the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Event for each alert Select this option to generate separate events in BMC Event Manager for each of the ADAP processes that comply with the filter during the interval (as listed in the ProcessesList parameter). Value
| |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/JobClass | Class of the job that is running in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/JobClassOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/JobName | Name of the job that is running in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/JobNameOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/UserName | User name of the system that is running the job in the background. | |
/SSM/SYSTEMS/<ENV_NAME>/<SAP_SID>/ITEvents/LongRunningJob/Filters/<FILTERNAME>/UserNameOper | The operator to use for comparison of the filter criterion with the value that you specify, either =(equals) or Contains.
Value
String that must be matched for a message to comply with the filter. The default is all, indicated by an empty field. |