Skip to main content
Solved

QRadar connector - Custom fields ingested

  • June 17, 2025
  • 2 replies
  • 35 views

Lun
Forum|alt.badge.img+2

Hello,
I have a QRadar connector configured on my SOAR instance, it is working fine, the logs arrive correctly and cases are being generated.
The issue is that in QRadar there are some Custom Fields that are not ingested correctly.

I do have configured the custom fields on the connector page like this:

The fact is that I get the Filename and Request field, but I got some issue on the "SHA 256" field, I think the problem is the space present in the custom field.

How do the SOAR translate the space? Do I have to write SHA_256 or something like this?

Thanks in advance!

Best answer by ylandovskyy

Hey @Lun ,

The way this connector fetches data is by building an AQL query. I would suggest to check, how you need to provide custom fields with whitespace inside Qradar first. It's been a while since I worked on Qradar, but maybe 'SHA 256' input with quotes will be the one needed. Though, there maybe a need to do escaping as well. 

2 replies

ylandovskyy
Staff
Forum|alt.badge.img+16
  • Staff
  • Answer
  • June 19, 2025

Hey @Lun ,

The way this connector fetches data is by building an AQL query. I would suggest to check, how you need to provide custom fields with whitespace inside Qradar first. It's been a while since I worked on Qradar, but maybe 'SHA 256' input with quotes will be the one needed. Though, there maybe a need to do escaping as well. 


Lun
Forum|alt.badge.img+2
  • Author
  • Bronze 1
  • June 20, 2025

Hey @Lun ,

The way this connector fetches data is by building an AQL query. I would suggest to check, how you need to provide custom fields with whitespace inside Qradar first. It's been a while since I worked on Qradar, but maybe 'SHA 256' input with quotes will be the one needed. Though, there maybe a need to do escaping as well. 


Thanks @ylandovskyy!
I checked the connector details, I found the Query that the connector launches on Qradar and I saw that the custom field is automatically put between double quotes, so my configuration was right! but SOAR decided to hide the custom field I configured.

All's well that ends well!