Hello,
I am working with CKQEXSMF/CKQRADAR to send SMF data to QRadar. This is working for me in a test system, but I had my filtering enabled using the CKQXES member, but revisiting the manual I think I can do this more efficiently and with greater control of what I am sending.
My current goal is to send just RACF type 80 records so I believe I can code just the following (for the Filter statement) in the CKQEXSMF parmlib member:
filter addsmf(rectype(80))
I see that it is also possible to filter on event codes, so I think this could be coded (assuming I was only interested in ADDUSER):
filter addsmf(rectype(80)subtype(10)) - is this proper syntax, based on the manual it does not appear there is a comma or separator between these
But what I would really like to do is send all 80s with the exception of event code 2, qualifier 0. The successful accesses are generating a lot of volume, and we will not currently be using these in QRadar.
I did not see a documented way of accomplishing this, we are using v2.5.
1) Is there a way to filter on Event Qualifiers?
2) Is there a way to exclude subtypes or do I need to create includes for all the ones I want to capture?
Thanks in advance.
------------------------------
Matt Ross
------------------------------