From 8194459ee9d60e755347e2c8a3a3488d7cb48118 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Thu, 4 Apr 2024 15:24:16 -0300 Subject: [PATCH] Use osqueryd edge on servers canary team (#18058) I copied `it-and-security/lib/servers.agent-options.yml` and added the `update_channels` key. --- .../lib/servers-canary.agent-options.yml | 16 ++++++++++++++++ it-and-security/teams/servers-canary.yml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 it-and-security/lib/servers-canary.agent-options.yml diff --git a/it-and-security/lib/servers-canary.agent-options.yml b/it-and-security/lib/servers-canary.agent-options.yml new file mode 100644 index 0000000000..731e956121 --- /dev/null +++ b/it-and-security/lib/servers-canary.agent-options.yml @@ -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 diff --git a/it-and-security/teams/servers-canary.yml b/it-and-security/teams/servers-canary.yml index fe582aede3..d87ea5bcba 100644 --- a/it-and-security/teams/servers-canary.yml +++ b/it-and-security/teams/servers-canary.yml @@ -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: