diff --git a/schema/osquery_fleet_schema.json b/schema/osquery_fleet_schema.json index 69d7fda2d3..f555a4d156 100644 --- a/schema/osquery_fleet_schema.json +++ b/schema/osquery_fleet_schema.json @@ -7493,7 +7493,7 @@ }, { "name": "dns_resolvers", - "description": "Resolvers used by this host.", + "description": "Resolvers used by this host. Note: On Windows this data is available in the interface_details table.", "url": "https://fleetdm.com/tables/dns_resolvers", "platforms": [ "darwin", @@ -17866,7 +17866,7 @@ }, { "name": "blocks_free", - "description": "Mounted device free blocks", + "description": "Mounted device blocks available to root users, a superset of blocks_available", "type": "bigint", "notes": "", "hidden": false, @@ -17875,7 +17875,7 @@ }, { "name": "blocks_available", - "description": "Mounted device available blocks", + "description": "Mounted device blocks available to non-root users", "type": "bigint", "notes": "", "hidden": false, diff --git a/website/config/custom.js b/website/config/custom.js index 40ce92f213..dbeefb35ac 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -341,7 +341,7 @@ module.exports.custom = { // // The version of osquery to use when generating schema docs // (both in Fleet's query console and on fleetdm.com) - versionOfOsquerySchemaToUseWhenGeneratingDocumentation: '5.19.0', + versionOfOsquerySchemaToUseWhenGeneratingDocumentation: '5.20.0', // ███╗ ███╗██╗███████╗ ██████╗