Categories
Architecture Extensions Video

Migrating from App Node to App Host

Please find below embedded three movies by Jose Bravo about migrating from App Node to App Host. App Host is new component in QRadar family. It has number 4000 and it works like normal Managed Host. You can doubled the component in High Availability cluster in the same way like other Managed Hosts in your […]

Categories
Extensions

How to restart UBA app 1.x.x only.

How to restart UBA app. # /opt/qradar/support/qapp_utils.py ls Get the app_id # /opt/qradar/support/qapp_utils.py connect <app_id> Enter the app and restart the web server: # ps aux | grep run.py # kill -9 the pid for run.py After this, the flask server should automatically come up. To restart the backend polling: # ps aux | grep ‘python poll.py’ # kill […]