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.
The script runs successfully when executed via the CLI, but in the UI, it either returns errors or no results.
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!
Hi
as @richgalloway said you must test your python with command "splunk cmd python <..../bin/your script>" If you are using "python <..../bin/your script>" then it use wrong python version. Anyhow you should find hints from _internal logs why it didn't work.
There are couple of presentations how you can do development with splunk, python and vscode.
There are also some other .conf presentations about this same area.
r. Ismo
When you tested in the CLI, did you use Splunk's python interpreter (splunk cmd python ... )? If not, then there may be differences in environments that prevent the command from running. Verify all imported modules are available via Splunk; those that are not should be added to your command's bin/lib directory.
Check python.log for messages that might explain why the command isn't working.