1. IBM QRadar DSM Configuration Guide (Version 7.5.0), Chapter 10: DSM Editor, Section: "Mapping events", Page 100.
The guide states, "For each event that you want to identify, you must specify an Event ID and an Event Category to create a QID map entry." This confirms that both are required for the composite key, establishing the context that the Event ID is the primary identifier within that pair.
2. IBM QRadar API Reference Guide (Version 7.5.0), Section: qidmap, Endpoint: POST /qidmap/qidmaps.
The API documentation for creating a new QID map entry lists both eventid (string) and eventcategory (string) as "Required" parameters in the request body. This reinforces that both are mandatory from a system standpoint, with eventid being the principal event identifier.
3. IBM Security QRadar SIEM Administration Guide (Version 7.3.1), Chapter 11: Managing event sources, Section: "QID map entries", Page 173.
The documentation explains, "The QID map links an Event ID and an Event Category to a QID." This phrasing highlights the two components that form the link, with the Event ID being the primary name or code for the event being mapped.