mirror of
https://github.com/fleetdm/fleet
synced 2026-04-28 08:57:30 +00:00
24 lines
655 B
YAML
24 lines
655 B
YAML
---
|
|
apiVersion: v1
|
|
kind: team
|
|
spec:
|
|
team:
|
|
name: Client Platform Engineerin
|
|
agent_options:
|
|
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_plugin: tls
|
|
logger_tls_endpoint: /api/osquery/log
|
|
logger_tls_period: 10
|
|
pack_delimiter: /
|
|
overrides: {}
|
|
secrets:
|
|
- secret: RzTlxPvugG4o4O5IKS/HqEDJUmI1hwBoffff
|