diff --git a/it-and-security/lib/servers.agent-options.yml b/it-and-security/lib/servers.agent-options.yml index 61559952c0..8098469bb0 100644 --- a/it-and-security/lib/servers.agent-options.yml +++ b/it-and-security/lib/servers.agent-options.yml @@ -11,3 +11,9 @@ config: logger_tls_endpoint: /api/osquery/log logger_tls_period: 10 pack_delimiter: / +update_channels: + # We want to use these hosts to stick to stable releases + # to perform smoke tests after promoting edge to stable. + osqueryd: stable + orbit: stable + desktop: stable diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index 096fbeaa6f..e2310071d6 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -13,7 +13,25 @@ team_settings: enable_calendar_events: true webhook_url: $DOGFOOD_WORKSTATIONS_CANARY_CALENDAR_WEBHOOK_URL 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: / + update_channels: + # We want to use these hosts to stick to stable releases + # to perform smoke tests after promoting edge to stable. + osqueryd: stable + orbit: stable + desktop: stable controls: enable_disk_encryption: true macos_settings: