Update agent options for canary team (#17901)

- This is to explore queries for
https://github.com/fleetdm/fleet/issues/16899
This commit is contained in:
Rachael Shaw 2024-03-27 12:52:05 -05:00 committed by GitHub
parent a8f5bd9281
commit 1675b4ee73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,31 @@ team_settings:
secrets:
- secret: $DOGFOOD_WORKSTATIONS_CANARY_ENROLL_SECRET
agent_options:
path: ../lib/agent-options.yml
config:
decorators:
load:
- SELECT uuid AS host_uuid FROM system_info;
- SELECT hostname AS hostname FROM system_info;
options:
disable_distributed: false
distributed_interval: 10
distributed_plugin: tls
distributed_tls_max_attempts: 3
logger_tls_endpoint: /api/osquery/log
logger_tls_period: 10
pack_delimiter: /
overrides:
platforms:
darwin:
auto_table_construction:
tcc:
path: /Library/Application Support/com.apple.TCC/TCC.db
query: 'select service, client, auth_value, auth_reason from access'
columns:
- service
- client
- auth_value
- auth_reason
controls:
enable_disk_encryption: true
macos_settings: