- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Installing Pandas in Splunk custom application
vengisa
Loves-to-Learn Lots
07-21-2022
05:46 PM
Hi all,
i am creating a custom app which require PYTHON - Pandas module.
Can you please let me know how i can install pandas on Splunk enterprise and leverage that on my custom application.
will this cause any issue on the splunk overall?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PickleRick

SplunkTrust
07-22-2022
01:08 AM
Firstly - you should incorporate all that's needed for an app within an app. So a user that installs an app doesn't have to fiddle with manually resolving dependencies and making os-level changes.
Of course it's not always possible, often for licensing reasons, but that's the good practice and the goal you should be striving for.
Secondly - see https://dev.splunk.com/enterprise/docs/developapps/createapps/appanatomy/#Considerations-for-Python-...
