Python3 » History » Version 2
Luke Murphey, 06/25/2019 04:39 PM
| 1 | 1 | Luke Murphey | h1. Python3 |
|---|---|---|---|
| 2 | 1 | Luke Murphey | |
| 3 | 1 | Luke Murphey | * Use six module (Splunk 7.2 OS) |
| 4 | 1 | Luke Murphey | * Ue future module (see python-future.org, available in Splunk 7.3 PP) |
| 5 | 1 | Luke Murphey | |
| 6 | 1 | Luke Murphey | |
| 7 | 2 | Luke Murphey | Here are the things that need to be converted: |
| 8 | 2 | Luke Murphey | |
| 9 | 1 | Luke Murphey | # Custom Search Commands* |
| 10 | 1 | Luke Murphey | # Custom REST Endpoints |
| 11 | 1 | Luke Murphey | # Scripted and Modular Inputs |
| 12 | 1 | Luke Murphey | # Scripted and Modular Alerts |
| 13 | 1 | Luke Murphey | # Scripted Lookups |
| 14 | 1 | Luke Murphey | # Scripted Authentication |
| 15 | 1 | Luke Murphey | |
| 16 | 2 | Luke Murphey | Note: custom search commands will continue to run in Python 2 |