mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Use osqueryd edge on servers canary team (#18058)
I copied `it-and-security/lib/servers.agent-options.yml` and added the `update_channels` key.
This commit is contained in:
parent
e8ca959888
commit
8194459ee9
2 changed files with 17 additions and 1 deletions
16
it-and-security/lib/servers-canary.agent-options.yml
Normal file
16
it-and-security/lib/servers-canary.agent-options.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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: /
|
||||
update_channels:
|
||||
# We want to use these hosts to smoke test osquery releases.
|
||||
osqueryd: edge
|
||||
|
|
@ -9,7 +9,7 @@ team_settings:
|
|||
secrets:
|
||||
- secret: $DOGFOOD_SERVERS_CANARY_ENROLL_SECRET
|
||||
agent_options:
|
||||
path: ../lib/servers.agent-options.yml
|
||||
path: ../lib/servers-canary.agent-options.yml
|
||||
controls:
|
||||
enable_disk_encryption: false
|
||||
macos_settings:
|
||||
|
|
|
|||
Loading…
Reference in a new issue