Alan
07/19/2023, 4:20 PMKathy Satterlee
07/19/2023, 5:18 PMconfig.options. Agent options can be set using a config file and fleetctl apply , or in the UI at Profile > Settings > Agent options. Either way, config would look a little like this:
config:
options:
pack_delimiter: /
distributed_plugin: tls
disable_distributed: false
logger_tls_endpoint: /api/v1/osquery/log
distributed_interval: 5
distributed_tls_max_attempts: 3
enable_ntfs_event_publisher: true
disable_events: falseKathy Satterlee
07/19/2023, 5:21 PMAlan
07/19/2023, 5:35 PMKathy Satterlee
07/19/2023, 5:42 PMAlan
07/19/2023, 6:52 PMKathy Satterlee
07/19/2023, 7:39 PMfleetctl get config > fleet-config.yaml
Then you can make your edits to that file and apply the new settings:
fleetctl apply -f fleet-config.yaml
Then you can hang on to that file for the future.
https://fleetdm.com/docs/using-fleet/fleetctl-cli#using-fleetctl-to-configure-fleetKathy Satterlee
07/19/2023, 7:41 PMfleetctl installed, there are instructions at the top of the page as well 🙂Alan
07/21/2023, 3:51 PMKathy Satterlee
07/21/2023, 4:19 PMAlan
07/21/2023, 4:35 PMKathy Satterlee
07/21/2023, 4:56 PMAlan
07/21/2023, 5:55 PMKathy Satterlee
07/21/2023, 6:19 PMKathy Satterlee
07/21/2023, 6:28 PM