Skip to content

Files

Latest commit

21be7a6 · Apr 1, 2025

History

History

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 1, 2025
Feb 9, 2024
Feb 2, 2024
Feb 8, 2024
Jan 18, 2024
Feb 9, 2024
Apr 22, 2024
Aug 27, 2024
Feb 2, 2024
Jan 18, 2024
Sep 3, 2024
Jan 18, 2024
Jan 18, 2024
Jan 18, 2024
Feb 2, 2024
Jan 18, 2024

lib/

This folder is for files referenced by path in Fleet config YAML.

This can reduce duplication for policies, scripts, and other config that is the same across multiple teams in Fleet Premium.

Examples

Policies
# default.yml
policies:
  - path: ./lib/macos-device-health.policies.yml
Queries
# default.yml
queries:
  - path: ./lib/collect-usb-devices.queries.yml
Scripts
# default.yml
controls:
  scripts:
    - path: ./lib/remove-zoom-artifacts.script.sh
Agent options
# default.yml
agent_options:
  path: ./lib/agent-options.yml