fleet/it-and-security/lib/servers.agent-options.yml
Lucas Manuel Rodriguez fe9ccd23c6
dogfood: Non-canary workstations and servers to stick to stable channels (#23123)
With this change:
- Canary teams explicitly use `edge` channels.
- Non canary teams explicitly use `stable` channels.
2024-10-23 17:31:37 -03:00

19 lines
550 B
YAML

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