PingIntelligence

Stopping ABS

Steps

  1. Stop API Security Enforcer (ASE) or turn off the ABS flag in ASE.

  2. If no machine learning jobs are processing, run the stop.sh script available in the bin directory.

    Example:

    # /opt/pingidentity/abs/bin/stop.sh
    checking API Behavioral Security status
    sending shutdown signal to ABS, please wait...
    API Behavioral Security stopped

    If streaming or machines learning jobs are in progress, add the force parameter to kill running jobs and stop ABS:

    # /opt/pingidentity/abs/bin/stop.sh  --force
    checking API Behavioral Security status
    sending shutdown signal to ABS, please wait...
    API Behavioral Security stopped