fleet/schema/tables/xprotect_reports.yml
Eric c2f333aebb
Schema: Update schema overrides to only use one YAML block scalar (#18351)
Closes: #18240

Changes:
- Updated the schema override files to use only one YAML block scalar
(`>-`)
- Updated the template yaml included in the link to create a new
override file in get-extended-osquery-schema helper to use the `>-`
block scalar
- regenerated osquery_fleet_schema.json
2024-04-16 18:35:23 -05:00

12 lines
441 B
YAML

name: xprotect_reports
examples: >-
See all Xprotect activity reports, if any are present. This indicates
potentially malicious software was blocked by Xprotect.
```
SELECT * FROM xprotect_reports;
```
notes: >-
- In [very specific circumstances](https://github.com/osquery/osquery/issues/6588#issuecomment-1410934706) this table will return empty because xprotect will detect and remediate without generating an eicar file.