IBM QRadar

IBM QRadar

Join this online topic group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  Issue in loading reference data via CLI

    Posted 04/28/21 04:43 PM

    Trying lo load IP to Reference set

    /opt/qradar/bin/ReferenceDataUtil.sh load TOR /root/UAT/IP.csv

    Error:

    ReferenceDataUtil caught an error : com.q1labs.core.util.referencedata.ReferenceDataImportException: File /root/UAT/IP.csv is missing required columns. Required columns are [data]

    The file has [100.0.25.43].

    Can someone help in finding the issue



    #QRadar
    #Support
    #SupportMigration


  • 2.  RE: Issue in loading reference data via CLI

    Posted 05/10/21 03:27 AM

    This is saying that IP.csv file is missing the column heading "data".

    Here is an example.

    [rootSupport Member~]# /opt/qradar/bin/ReferenceDataUtil.sh load "LDAP Servers" /root/ldap.csv Arg: load Arg: LDAP Servers Arg: /root/ldap.csv Processed 1 records from /root/ldap.csv [rootSupport Member~]# cat /root/ldap.csv data 192.168.0.1

    #QRadar
    #Support
    #SupportMigration