Update osquery table YAML template (#15078)

Changes:
- Added the `evented` attribute to the osquery schema table YAML
template in the `schema/` folder README.
This commit is contained in:
Eric 2023-11-16 13:52:22 -06:00 committed by GitHub
parent c67d9eb3a5
commit bd68426b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ When adding a new YAML override to Fleet's osquery schema you can use this templ
```yaml
name: # (required) string - The name of the table.
evented: # boolean - whether or not this table is evented. This value may be required depending on the table's source.
description: >- # (required) string - The description for this table. Note: this field supports markdown
# Add description here
examples: >- # (optional) string - An example query for this table. Note: This field supports markdown