mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Add agent options question to Using Fleet FAQ (#6728)
- Clarify what happens to agent options when managing with a software orchestration tool
This commit is contained in:
parent
bd8283b6a0
commit
db1049ff1c
@ -30,6 +30,8 @@
|
||||
- [Can I audit actions taken in Fleet?](#can-i-audit-actions-taken-in-fleet)
|
||||
- [How often is the software inventory updated?](#how-often-is-the-software-inventory-updated)
|
||||
- [Can I group results from multiple hosts?](#can-i-group-results-from-multiple-hosts)
|
||||
- [Will updating fleetctl lead to loss of data in fleetctl preview?](will-updating-fleetctl-lead-to-loss-of-data-in-fleetctl-preview?)
|
||||
- [How do I downgrade from Fleet Premium to Fleet Free?](how-do-i-downgrade-from-fleet-premium-to-fleet-free)
|
||||
|
||||
## What do I need to do to switch from Kolide Fleet to FleetDM Fleet?
|
||||
|
||||
@ -274,7 +276,7 @@ $ fleetctl get hosts --json | jq '.spec .os_version' | sort | uniq -c
|
||||
6 "macOS 12.3.1"
|
||||
```
|
||||
|
||||
## Will updating fleetctl lead to loss of data in Preview?
|
||||
## Will updating fleetctl lead to loss of data in fleetctl preview?
|
||||
|
||||
No, you won't experience data loss when you update fleetctl. Note that you can run `fleetctl preview --tag v#.#.#` if you want to run Preview on a previous version. Just replace # with the version numbers of interest.
|
||||
|
||||
@ -322,3 +324,7 @@ Lastly, remove your Fleet Premium license key:
|
||||
1. Remove your license key from your Fleet configuration. Documentation on where the license key is
|
||||
located in your configuration is [here](https://fleetdm.com/docs/deploying/configuration#license).
|
||||
2. Restart your Fleet server.
|
||||
|
||||
## If I use a software orchestration tool (Ansible, Chef, Puppet, etc.) to manage agent options, do I have to apply the same options in the Fleet UI?
|
||||
|
||||
No. The agent options set using your software orchestration tool will override the default agent options that appear in the **Settings > Organization settings > Global agent options** page. On this page, if you hit the **Save** button, the options that appear in the Fleet UI will override the agent options set using your software orchestration.
|
||||
|
Loading…
Reference in New Issue
Block a user