Hello team, I’ve developed a custom command script that works perfectly when executed through the CLI, but it fails to run in the Splunk Web UI. I suspect this may be due to permissions or configuration issues, as both environments might not be using the same settings. Details Environment: Splunk Enterprise 9.2.2 Script: A custom Python script located in the bin directory of my app. The script runs successfully when executed via the CLI, but in the UI, it either returns errors or no results. Troubleshooting Steps Taken Verified that the script is in the correct bin directory with appropriate execution permissions. Checked commands.conf, authorization.conf, app.conf files for any configuration inconsistencies. Ensured that roles in the UI environment have the necessary permissions. Could this issue be related to role-based restrictions or specific configurations in the UI? Any insights on additional configuration checks or steps to align CLI and UI permissions would be greatly appreciated. Thank you in advance!
... View more