Checking the logs

You can check the App Host logs from the SOAR Apps tab.
  1. Click Download Logs from the app's Details page.

    The log is the Resilient® Circuits log. It provides the status of the app within the App Host container (shown as the Pod status), and the name of the app repository (shown as image=<name>).

  2. Look for errors where Resilient Circuits tries to contact the outside world and Kubernetes networking issues are blocking it.
  3. If you see no obvious errors, check the permissions and settings for the app's API key account.
You can also access the log from the App Host system by using the following command.
sudo kubectl logs deployment/<app deployment> -n <namespace>

For more information, see Logs.