fleet/schema
Eric 07f8ec14e6
Update YAML schema table validation (#9302)
Changes:
- Added three errors to
`website/api/helpers/get-extended-osquery-schema.js` that are thrown if
a YAML schema table has:
   - A `platforms` value that is not an array
   - A `description` value that is not a string
   - A `columns` value that is not an array
- Updated the `platforms` of YAML schema tables in `schema/tables/` that
had string `platforms` values
- Regenerated `/schema/osquery_fleet_schema.json`
 
.
2023-01-13 10:16:36 -06:00
..
tables Update YAML schema table validation (#9302) 2023-01-13 10:16:36 -06:00
fleet_schema.json Add notes re: OUI and wireshark OUI lookup for arp_cache (#8272) 2022-10-18 18:28:49 +00:00
osquery_fleet_schema.json Update YAML schema table validation (#9302) 2023-01-13 10:16:36 -06:00
README.md Website: Add pages for schema tables (#7679) 2022-09-23 19:06:55 -05:00

Hello! Welcome to Fleet's osquery tables documentation.

This file contains additional documentation that we add on top of the existing documentation for osquery to make the documentation of each table more useful for Fleet users.

The existing documentation data lives in the osquery repo at: https://github.com/osquery/osquery-site/tree/source/src/data/osquery_schema_versions.

You can open PRs against either this file or the osquery schema file. Just note that the data in this file overwrites the osquery data whenever there is a conflict.