Python3 » History » Version 1
Luke Murphey, 06/25/2019 04:27 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 | 1 | Luke Murphey | # Custom Search Commands* |
8 | 1 | Luke Murphey | # Custom REST Endpoints |
9 | 1 | Luke Murphey | # Scripted and Modular Inputs |
10 | 1 | Luke Murphey | # Scripted and Modular Alerts |
11 | 1 | Luke Murphey | # Scripted Lookups |
12 | 1 | Luke Murphey | # Scripted Authentication |
13 | 1 | Luke Murphey | |
14 | 1 | Luke Murphey | * These will continue to run in Python 2 |