All events are mapped to Pre-defined Unique Identifiers (QIDs). It could be necessary to create custom QIDs.
When an event is received, it is parsed and mapped to a QID (Unique ID that identifies type of event). There might be some instances when these events are mapped incorrectly or there are no QIDs for the event type. In such situations custom QIDs can be created and events be mapped to them. To Create a Custom QID Identify the Low-Level Category under which you want to create the custom QID The following example shows how to create a custom QID under a low-level category Authentication:
[root@strm500-2 log]# /opt/qradar/bin/qidmap_cli.sh -l | grep Authentication 3001 Unknown Authentication Authentication 3002 Host Login Succeeded Authentication 3003 Host Login Failed Authentication 3004 Misc Login Succeeded Authentication 3005 Misc Login Failed Authentication 3006 Privilege Escalation Failed Authentication 3007 Privilege Escalation Succeeded Authentication 3008 Mail Service Login Succeeded Authentication 3009 Mail Service Login Failed Authentication 3010 Auth Server Login Failed Authentication 3011 Auth Server Login Succeeded Authentication [root@strm500-2 log]#
[root@strm2500-2 ~]# /opt/qradar/bin/qidmap_cli.sh -c --qname jtac_login_failed --qdescription JTAC_FAILED_LOGINS_QID --severity 2 --lowlevelcategoryid 3003 Created entry: qid: 2000002 name: jtac_login_failed description: JTAC_FAILED_LOGINS_QID severity: 2 low level category id: 3003 ratethreshold: 0 catpipename: Echo rateshortwindow: 0 ratelongwindow: 0 reverseip: false rateinterval: 0
[root@strm2500-2 ~]# /opt/qradar/bin/qidmap_cli.sh -e 2000002,jtac_login_failed,JTAC_FAILED_LOGINS_QID,2,3003 2000001,jtac_login,JTAC_NEW_QID,2,3002 [root@strm500-2 log]#
Note: Creation of new Low Level Categories is not possible at this time. Additionally, use extreme caution when creating custom QIDs as they cannot be deleted via the web UI or with the script if a mistake is made. If you absolutely have to delete a QID, please open a service request with JTAC for further assistance via MyJuniper Service Request Manager (MYJ-SRM) .
2019-11-30: Minor non-technical update. 2019-11-14: Article reviewed for accuracy. No changes made. Article is correct and complete.