- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Splunk 7.3.8 cherrypy version check
KwonTaeHoon
Path Finder
11-27-2024
07:23 AM
Hi
How can I check the cherrypy version for Splunk 7.3.8?
There are no cherrypy related files in splunk/share/3rdparty.
Thank you.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
marnall
Motivator
11-28-2024
10:51 AM
You can use the python+pip installation in the splunk bin directory to check the module version:
/opt/splunk/bin/python -m pip freeze | grep -i cherrypy
