Update "Usage statistics" doc page (#6413)

- Remove unreleased updates to the usage statistics payload.
This commit is contained in:
Noah Talerman 2022-06-29 09:15:25 -04:00 committed by GitHub
parent b9930930f5
commit 39d89c56bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,61 +23,7 @@ Fleet Device Management Inc. periodically collects anonymous information about y
"softwareInventoryEnabled": true,
"vulnDetectionEnabled": true,
"systemUsersEnabled": true,
"hostStatusWebhookEnabled": true,
"numWeeklyActiveUsers": 999,
"hostsEnrolledByOperatingSystem": {
"macos": [
{
"version": "12.3.1",
"numEnrolled": 999
}
],
"windows": [
{
"version": "10, version 21H2 (W)",
"numEnrolled": 999
}
],
"ubuntuLinux": [
{
"version": "22.04 'Jammy Jellyfish' (LTS)",
"numEnrolled": 999
}
],
"centosLinux": [
{
"version": "12.3.1",
"numEnrolled": 999
}
],
"debianLinux": [
{
"version": "11 (Bullseye)",
"numEnrolled": 999
}
],
"redhatLinux": [
{
"version": "9",
"numEnrolled": 999
}
],
"amazonLinux": [
{
"version": "AMI",
"numEnrolled": 999
}
]
},
"storedErrors": [
{
"count": 3,
"loc": [
"github.com/fleetdm/fleet/v4/server/example.example:12",
"github.com/fleetdm/fleet/v4/server/example.example:130",
]
}
]
"hostStatusWebhookEnabled": true
}
```