When you deploy the Upgrade Readiness App on Splunk Enterprise, the app sends anonymized usage data to Splunk Inc. ("Splunk"), which can help to improve the 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 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": "3.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" } } ] } |
app.jQueryupgradereadiness.scan
|
Finds your version of the 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": "3.0.0", "scanType": "All", "scanTypeModified": true, "summary": { "appListDate": "1631587094", "scanFrequency": { "day": "1", "hours": "6", "minutes": "39", "am_pm": "PM", "disabled": 0, "time_offset": "+05:30", "is_updated": true, "_key": "613b56fdc97d8c08e8095461" }, "frequencyUpdateTime": "1631279258" }, "errors": { "status": "", "errorMessage": "" }, "apps": [ { "name": "XXXXXXXXXXX", "version": "XXXXXXXXXXX", "status": "PASSED", "details": "This app is compatible with jQuery 3.5", "type": "Private App", "meta": { "source": "Private", "appStatus": "PASSED", "skipped": false, "dismissedApp": 0, "dismissedAppDate": "", "JQueryDashboardStatus": "PASSED", "JQueryDashboardNumber": 0, "JQueryVersionStatus": "PASSED", "JQueryVersionNumber": 0, "InternalLibraryStatus": "PASSED", "InternalLibraryNumber": 0 } }, { "name": "app_ilog-scanner", "version": "1.0.3", "status": "BLOCKER", "details": "This app is not compatible with jQuery 3.5.", "type": "Splunkbase-Warning", "meta": { "source": "Splunkbase", "appStatus": "BLOCKER", "skipped": false, "dismissedApp": 0, "dismissedAppDate": "", "JQueryDashboardStatus": "BLOCKER", "JQueryDashboardNumber": 1, "JQueryVersionStatus": "PASSED", "JQueryVersionNumber": 0 } } ] } |
Release notes for the Upgrade Readiness App | Credits for the Upgrade Readiness App |
This documentation applies to the following versions of Splunk Cloud Platform™: 8.2.2112
Feedback submitted, thanks!