mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
#24547 # Checklist for submitter - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
13 lines
359 B
YAML
13 lines
359 B
YAML
command_line_flags:
|
|
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/v1/osquery/log
|
|
pack_delimiter: /
|