Files
fleet/schema/tables/yara_events.yml
T
melpikeandRachael Shaw 5eafe1e2e0 Update tables schema with note about using "count" (#36636)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #35762 

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.
- [x] QA'd all new/changed functionality manually

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
2025-12-10 12:11:47 -07:00

12 lines
276 B
YAML

name: yara_events
platforms:
- darwin
- linux
evented: true
columns:
- name: count
description: |-
Number of YARA matches.
_Note that `count` is a reserved word and should be wrapped in quotes when referencing this column in a query._
type: INTEGER