George
10/06/2023, 9:20 AMconfig:
options:
pack_delimiter: /
host_identifier: hostname
logger_tls_period: 10
distributed_plugin: tls
disable_distributed: false
logger_tls_endpoint: /api/osquery/log
distributed_interval: 10
distributed_tls_max_attempts: 3
decorators:
always:
- SELECT uuid AS host_uuid FROM system_info;
- SELECT hostname AS hostname FROM system_info;
- SELECT 'testing' AS test_decoration;
overrides:
platforms:
--- snipped ---
Thanks!Kathy Satterlee
10/06/2023, 3:42 PMoverrides set for certain platforms. Are you setting the decorators there as well?George
10/06/2023, 5:55 PMdefault to be the default I set in the configuration not the actual default configuration for osquery. Thank you!Kathy Satterlee
10/06/2023, 5:56 PMGeorge
10/06/2023, 5:57 PMKathy Satterlee
10/06/2023, 5:57 PM