What if there are other python3 modules I want to add? Such as openssl, websockets? Other modules outside of scientific computing? I'm building a TA that is a wrapper for an existing python3 REST api for one of our products, I don't want to ask users to point to an alternative python3 path and script API calls to come from there, but that seems like the only choice, is there any easier way to just specify the modules I want Splunk python3 to use?
... View more
This is an issue for our app as well, I see that Splunk has pyOpenSSL documented in the 7.2 toolkit, but easily extending an app to use this module or incorporating it on the app lib folder has proven difficult https://docs.splunk.com/Documentation/StreamApp/7.2.0/ReleaseNotes/OpenSSLEncryptionToolkit
... View more
I can't find a good example on how to do this, also wouldn't this require installing pyOpenSSL on the python3 included in Splunk? I think there is more to it than a simple lib reference, but if you have an example that would be great
... View more