mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 13:59:01 +00:00
28 lines
773 B
YAML
28 lines
773 B
YAML
|
|
# Test config
|
||
|
|
controls: # Controls added to "No team"
|
||
|
|
path: ./controls.yml
|
||
|
|
queries:
|
||
|
|
- path: ./top.queries.yml
|
||
|
|
- path: ./empty.yml
|
||
|
|
- name: osquery_info
|
||
|
|
query: SELECT * from osquery_info;
|
||
|
|
interval: 604800 # 1 week
|
||
|
|
platform: darwin,linux,windows,chrome
|
||
|
|
min_osquery_version: all
|
||
|
|
observer_can_run: false
|
||
|
|
automations_enabled: true
|
||
|
|
logging: snapshot
|
||
|
|
policies:
|
||
|
|
- path: ./top.policies.yml
|
||
|
|
- path: ./top.policies2.yml
|
||
|
|
- path: ./empty.yml
|
||
|
|
- name: 😊😊 Failing policy
|
||
|
|
platform: linux
|
||
|
|
description: This policy should always fail.
|
||
|
|
resolution: There is no resolution for this policy.
|
||
|
|
query: SELECT 1 FROM osquery_info WHERE start_time < 0;
|
||
|
|
agent_options:
|
||
|
|
path: ./agent-options.yml
|
||
|
|
org_settings:
|
||
|
|
path: ./org-settings.yml
|