mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
bca456eba4
See https://github.com/fleetdm/fleet/issues/13561 for context. Changes: - Created new docs page `agent-configuration.md` and migrated `agent options` content from https://fleetdm.com/docs/configuration/configuration-files#agent-options - Added stub linking to the new page in the original agent options location. - Moved content "Update agent options" out of [fleet-ui.md](https://fleetdm.com/docs/using-fleet/fleet-ui) - ~Renamed `fleet-ui.md` to `queries.md` to reflect its content and set up a redirect `'GET /docs/using-fleet/fleet-ui': '/docs/using-fleet/queries',`~ - ~Added and updated `NavSection` and `pageOrderInSection` meta tags to reflect new navigation structure.~ - Updated [docs/Configuration/README.md](https://github.com/fleetdm/fleet/compare/docs-migrate-agent-options-to-agent-configuration-page?expand=1#diff-acd0a2b368992abbb3fd7b55a7a159ad824706e27e24aebed50a2d48e87b5ae2) to include a link and description for the new agent-configuration page. --------- Co-authored-by: Rachael Shaw <r@rachael.wtf>
14 lines
500 B
Markdown
14 lines
500 B
Markdown
# Configuration
|
|
|
|
## Fleet server
|
|
|
|
### [Fleet server configuration](./fleet-server-configuration)
|
|
Documentation for configuring the Fleet binary, managing osquery configurations, and running with systemd.
|
|
|
|
### [Configuration files](./configuration-files/README.md)
|
|
How to use configuration files and the fleetctl command line tool to configure Fleet.
|
|
|
|
## Agent
|
|
|
|
### [Agent configuration](./agent-configuration)
|
|
Learn how to set agent options with `config` YAML file and the fleetctl command line tool. |