- play_arrow What's New for JSA Users
- play_arrow Capabilities in your JSA product
- play_arrow Dashboard Management
- Dashboard Management
- Default Dashboards
- Custom Dashboards
- Creating a Custom Dashboard
- Using the Dashboard to Investigate Log or Network Activity
- Configuring Dashboard Chart Types
- Removing Dashboard Items
- Detaching a Dashboard Item
- Renaming a Dashboard
- Deleting a Dashboard
- Managing System Notifications
- Adding Search-based Dashboard Items to the Add Items List
- play_arrow Offense Management
- play_arrow Log Activity Investigation
- play_arrow Network Activity Monitoring
- play_arrow Asset Management
- play_arrow Chart Management
- play_arrow Event and Flow Searches
- play_arrow Custom Event and Flow Properties
- play_arrow Rules
- play_arrow Historical Correlation
- play_arrow Juniper Networks X-Force Integration
- play_arrow Report Management
Installing the Stand-Alone Version
You can install QRadar Analyst Workflow on JSA 7.4.0 or later.
The following instructions describe the installation process for JSA versions 7.4.0 to 7.4.3 GA only. For installations with JSA version 7.4.3 Fix Pack 1 and later, QRadar Analyst Workflow is installed as a standard application by using extensions management. For more information, see Installing the UBI App Version.
The stand-alone version of QRadar Analyst Workflow requires root access to install. If you are using the command line to enable root user privileges, you must use the following command:
sudo su -
If you use sudo su (without -), full root access is not granted.
If you have custom certificates, run the following commands on your JSA Console, in any directory:
update-ca-trust
systemctl restart docker
Download the latest version of the
QRadar Analyst Workflow<x.x.x>.zip
file from Juniper Downloads. See instructions on the IBM Security App Exchange.Copy the file onto your JSA host by using the Linux "secure copy" (scp) command or an FTP client.
Secure copy example:scp QRadarAnalystWorkflow<x.x.x>.zip <QRadar host>:/<directory>
Type the following command to create a new directory on the JSA host:
mkdir qradar-ui
Note:If the directory exists from a previous installation, you must delete it before you extract the
.zip
file.To extract the latest version of the
QRadarAnalystWorkflow<x.x.x>.zip
file on your JSA host, type the following command:unzip QRadarAnalystWorkflow<x.x.x>.zip -d qradar-ui
Run
./qradar-ui/start.sh
, then wait for the logs to run.Access the QRadar Analyst Workflow by using one of the following methods:
In the navigation menu, click Try the New UI.
Access the new UI in your browser at
https://<QRadar IP address>/console/ui
.