mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
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:
parent
c67d9eb3a5
commit
bd68426b03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user