fleet/schema/tables/find_cmd.yml
Eric 02437a098e
Schema: change default block scalar used in schema override files (#19296)
Closes: #19271
Closes: #19286

Changes:
- Updated the example in the schema folder readme
- Updated the block scalar used in Fleet's osquery override
documentation (`>-` » `|-`) and removed extra newlines
- Updated the block scalar used in URLs used to create new yaml override
files
- Regenerated osqeury_fleet_schema.json
2024-05-27 18:18:56 -05:00

27 lines
742 B
YAML

name: find_cmd
platforms:
- darwin
description: Uses the /usr/bin/find command to list files and directories.
columns:
- name: directory
type: text
required: true
description: |-
The directory passed to find as first argument.
- name: type
type: text
required: false
description: |-
Sets the value of the `-type` flag.
- name: perm
type: text
required: false
description: |-
Sets the value of the `-perm` flag.
- name: path
type: text
required: false
description: |-
Contains the found paths.
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
evented: false