When you deploy the Python Upgrade Readiness App on Splunk Enterprise, the app sends anonymized usage data to Splunk Inc. ("Splunk"), which can help to improve the Splunk Python Upgrade Readiness App in future releases. For instructions on how to opt in or out of data collection, and for more information on how usage data is collected, stored, and governed, see Share data in Splunk Enterprise
What data is collected
Component | Description | Example |
---|---|---|
app.pythonupgradereadiness.scan
|
Finds your version of the Python Upgrade Readiness App and the amount of time in minutes that your scans take.
Also, gathers metadata on the types of apps that you scan, such as if your apps are from Splunkbase or not, and the results of the app scans. |
{ "appVersion": "1.0.0", "scanType": "All", "scanTypeModified": true, "executionTime": 0, "summary": { "appListDate": "1615448661", "skippedAppsNumber": 33, "scanFrequency": { "am_pm": "AM", "day": 2, "hours": 12, "minutes": 30 }, "frequencyUpdateTime": "None", "stackDefaultPython": "force_python3" }, "errors": { "status": "", "errorMessage": "" }, "apps": [ { "name": "SomePublicApp", "version": "3.0.0", "status": "PASSED", "details": "This app is compatible with Python 3.", "type": "Splunkbase-Dual", "meta": { "source": "Splunkbase", "appStatus": "PASSED", "MakoXMLStatus": "PASSED", "MakoNumber": 0, "PythonScriptStatus": "PASSED", "PythonScriptNumber": 0, "skipped": true, "dismissedApp": 0, "dismissedAppDate": "", "pythonSDKVersion": "" } }, { "name": "XXXXXXXXXXX", "version": "XXXXXXXXXXX", "status": "BLOCKER", "details": "This app is not compatible with Python 3.", "type": "Private App", "meta": { "source": "Private", "appStatus": null, "skipped": true, "dismissedApp": 0, "dismissedAppDate": "", "MakoXMLStatus": "PASSED", "MakoNumber": 0, "PythonScriptStatus": "WARNING", "PythonScriptNumber": 5, "pythonSDKVersion": "1.6.13" } } ] } |
This documentation applies to the following versions of Splunk® Enterprise: 7.3.0
Feedback submitted, thanks!