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?
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-...