fleet/schema/tables/app_icons.yml
Noah Talerman ba8ae8797e
Add docs for new tables (#15046)
- Add documentation for new tables so that they show up on fleetdm.com
and the sidebar in the Fleet UI

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
Co-authored-by: Jack-Daniyel Strong <jack@jdstrong.com>
Co-authored-by: Eric <eashaw@sailsjs.com>
2023-11-17 12:17:23 -06:00

19 lines
550 B
YAML

name: app_icons
description: Icons and their locations for macOS applications.
evented: false
notes: This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher).
platforms:
- darwin
columns:
- name: path
description: The icon's path.
type: text
required: false
- name: icon
description: The icon.
type: text
required: false
- name: hash
description: The icon's hash.
type: text
required: false