Python3¶
See https://docs.splunk.com/Documentation/Splunk/7.3.1/Python3Migration/AboutMigration
- Use six module (Splunk 7.2 OS)
- Ue future module (see python-future.org, available in Splunk 7.3 PP)
Here are the things that need to be converted:
- Custom Search Commands*
- Custom REST Endpoints
- Scripted and Modular Inputs
- Scripted and Modular Alerts
- Scripted Lookups
- Scripted Authentication
Note: custom search commands will continue to run in Python 2