Getting Data In

Would a Python Virtual Environment be compatible with Splunkbase and Splunk Cloud?

harry26
Observer

Trying to develop an app that has a the 'cryptography' library as a dependancy. The built in Splunk Python interpreter refuses to be compatible with it (believe something to do with the cpython that it requires). I solved the issue by using a virtual environment within the app which is then called using subprocess. 

The main thing I am concerned about it cross compatibility between different operating systems and architectures as this is env is created locally on my machine.  Would it be a better for this virtual environment be created using python on the target machine when the app is used for the first time / after setup page. If so would this pass the Splunk App inspection in order to be compatable with Splunkbase and Splunk Cloud?    

Labels (1)
0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@harry26 - Few scenarios here:

Are you able to create a virtual environment with Splunk's Python or an external Python build?

  • Splunk's Python
    • Great, you passed 1 step.
  • External Python
    • Either you need to ask users to install Python externally.
      • Won't be possible in Splunk Cloud.
    • Ship the Python build with App.
      • Most likely App-inspect will fail due to the size of the App bundle and the executable present inside of it.

----

  • Regarding Compatibility: You need to run a POC and check it with Splunk Cloud.
  • Regarding whether Splunk would allow it: Please post a question to appinspect@splunk.com 

 

Hope this helps. Kindly accept the answer and upvote the answer if this helps!!

0 Karma

harry26
Observer

Creating an environment using Splunk's Python has produced the same issue as just using the Splunk Python interpreter itself. So it seems the only way is to bundle an environment create separately from Splunk. I did run the app through App Inspect and managed to get no errors with a separate environment, I believe the app size is not an issue as well, but it did return a lot of manual checks were required

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@harry26 - Then probably you can check them high-level and try submitting the App and see if Splunk has any issues or not.

 

0 Karma
Get Updates on the Splunk Community!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...