Splunk Dev

Custom streaming search command app inspect dependency under bin folder warning

wesleya
Explorer

We have a custom streaming search command written in python that works fine on a single instance, but ran into the following error in our cluster environment:

ImportError: No module named {a python python package we depend on}

We narrowed down the cause to the same problem described in this post: Custom streaming search command error

We implemented the suggested fix of moving all of our dependencies to the /bin directory so it would be available when our command is run across indexers. Everything now seems to work as expected in our cluster environment, however appinspect now gives us this warning:

check_splunklib_dependency_under_bin_folder
WARNING: splunklib is found under bin folder, this may cause some dependency management errors with other apps, and it is not recommended. Please follow examples in Splunk documentation to include splunklib. You can find more details here: https://dev.splunk.com/view/SP-CAAAEU2 and https://dev.splunk.com/view/SP-CAAAER3

Has anyone else run into something similar to the original problem I described? Are there any suggestions that would solve both the original problem and our new warning?

Labels (1)
0 Karma

to4kawa
Ultra Champion

$SPLUNK_HOME/lib/python3.7/site-packages

splunklib is usually here.

0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...