Run your Splunk Phantom playbook through the debugger
If you're having problems with your playbook and need to troubleshoot issues, run your playbook through the debugger.
To run your playbook through the debugger, the playbook must meet the following conditions:
- The playbook must be saved. Playbooks in edit mode can't be debugged.
- The playbook cannot be marked active.
- The playbook must have a notable to run against. If there are dependencies on any artifacts as part of the notable, the artifacts must also be present and must not have been previously used by this same version of the playbook.
To view the debug content for a playbook, click the Playbook Debugger tab in the playbook editor.
Each line in the debug content starts with a date time stamp. Log entries show which action is running. The parameter sent and message it received are logged. The API call to on_finish
represents a call to the End block. The playbook completes by logging a SUCCESS status.
View or edit playbook settings in Splunk Phantom | View or edit the Python code in Splunk Phantom playbooks |
This documentation applies to the following versions of Splunk® Phantom (Legacy): 4.9, 4.10, 4.10.1, 4.10.2, 4.10.3, 4.10.4, 4.10.6, 4.10.7
Feedback submitted, thanks!