Install EclecticIQ Intelligence Center Integration#
Download and install EclecticIQ Intelligence Center Integration for IBM QRadar SOAR.
To download the app from the IBM X-Force App Exchange marketplace and to install it in the target IBM QRadar SOAR instance:
Log in to the IBM QRadar SOAR instance with the resadmin user.
Download EclecticIQ Intelligence Center Integration from IBM X-Force App Exchange.
Save the archive to the
/home/resadmin
directory, and then decompress it:# Go to the '/home/resadmin' directory. cd /home/resadmin # Untar the downloaded aerchive. # 'x.x.x' is a placeholder representing the app release. # Example: 1.1.2 tar -zxvf rc-cts-eclecticiq-x.x.x.tar.gz
Browse to the app root directory, and then install the app:
# Go to the app root directory. # 'x.x.x' is a placeholder representing the app release. # Example: 1.0.3 cd /home/resadmin/rc-cts-eclecticiq-x.x.x # Install the app. sudo python setup.py install