Optional customization of the SIEM data
This section describes optional configuration that changes the text formatted SMF data to better meet the installation's logging requirements.
- Changing the contents or formatting of fields for most record types, and other global changes.
- Excluding events and record types from the audit trail.
- Adding installation defined (custom) records to the audit trail.
Initialization exit
QRadar® member CKQ0ES.
ArcSight member CKQCEF#0.
This member is included at the start of processing. You can use this member, for example, when IBM® or vendor software writes badly formatted SMF records that cause errors. In this case, IBM Software Support can supply a set of CARLa statements to be used until the problems with the OEM vendor are solved or a more permanent solution is built.
OPTION MY_CCSID=1399Record suppression exit
QRadar member CKQXES.
ArcSight member CKQCEF#X.
- Suppress all events that George generates:
exclude user=George - Suppress all events where RACF® returned a return code 8 and possibly, in the future, other non-RACF records as well:
exclude user=George desc=viol - To exclude only George's DATASET access violations:
exclude user=George event=access(viol) class=dataset - To exclude all DATASET and RESOURCE access that is granted to George due to the operations attribute, but includes RACF commands that George issued due to
operations:
exclude user=George event=access(success) racfauth=operations
- To exclude all successful RACF event codes between 1 and 7 for specific user IDs:
exclude user=(known,user,ids), access<=read, desc=success event=allsvc(success) - To exclude successful access recording for specific user
IDs:
Valid values for the ACCESS field in NEWLIST TYPE=SMF are: N/A, NONE, EXECUTE, READ, UPDATE, CONTROL, ALTER, or OWNER as described in the tableexclude user=(known,user,ids) access<=read, desc=successSMF record ACCESS field - available values
; see the field descriptions for the SMF newlist in zSecure CARLa SELECT/LIST Fields. By codingaccess<=read, you still include UPDATE and higher levels of access in the text-formatted records.
exclude type=(14,92(1))Custom event exit
QRadar member CKQCES.
ArcSight member CKQCEF#C.
This member can be used for CARLa statements to customize the text-formatted records to also map installation-defined events. For example, you might have a product that creates its own SMF records.