diff --git a/it-and-security/lib/all/agent-options/servers-canary.agent-options.yml b/it-and-security/lib/all/agent-options/servers-canary.agent-options.yml deleted file mode 100644 index 7522fbcad5..0000000000 --- a/it-and-security/lib/all/agent-options/servers-canary.agent-options.yml +++ /dev/null @@ -1,18 +0,0 @@ -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 edge releases. - osqueryd: edge - orbit: edge - desktop: edge diff --git a/it-and-security/teams/servers-canary.yml b/it-and-security/teams/servers-canary.yml deleted file mode 100644 index 7cf811d5e1..0000000000 --- a/it-and-security/teams/servers-canary.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: "☁️🐣 Servers (canary)" -team_settings: - features: - enable_host_users: true - enable_software_inventory: true - host_expiry_settings: - host_expiry_enabled: true - host_expiry_window: 30 - secrets: - - secret: $DOGFOOD_SERVERS_CANARY_ENROLL_SECRET -agent_options: - path: ../lib/all/agent-options/servers-canary.agent-options.yml -controls: - enable_disk_encryption: false - macos_settings: - custom_settings: - macos_setup: - bootstrap_package: null - enable_end_user_authentication: false - macos_setup_assistant: null - macos_updates: - deadline: null - minimum_version: null - windows_settings: - custom_settings: null - windows_updates: - deadline_days: null - grace_period_days: null - scripts: -policies: -queries: -software: diff --git a/it-and-security/teams/servers.yml b/it-and-security/teams/servers.yml index a93cd6aed5..f53061a5e1 100644 --- a/it-and-security/teams/servers.yml +++ b/it-and-security/teams/servers.yml @@ -1,4 +1,4 @@ -name: "☁️ Servers" +name: "☁️ IT Servers" team_settings: features: enable_host_users: true