fleet/docs/1-Using-Fleet
noahtalerman 54f46b944e
Add packs endpoints docs to REST API docs (#242)
Reformat the anchor links for specific endpoints by moving these links to their respective sections.

The endpoints included in these changes:
- /api/v1/kolide/packs POST
- /api/v1/kolide/packs/{id} PATCH "modify_pack"
- /api/v1/kolide/packs/{id} GET "get_pack"
- /api/v1/kolide/packs GET "list_packs"
- /api/v1/kolide/packs/{name} DELETE "delete_pack"
- /api/v1/kolide/packs/id/{id} DELETE "delete_pack_by_id"
- /api/v1/kolide/packs/{id}/scheduled GET "get_scheduled_queries_in_pack"
- /api/v1/kolide/schedule POST "schedule_query"
- /api/v1/kolide/schedule/{id} GET "get_scheduled_query"
- /api/v1/kolide/schedule/{id} PATCH "modify_scheduled_query"
- /api/v1/kolide/schedule/{id} DELETE "delete_scheduled_query"
- /api/v1/kolide/spec/packs POST "apply_pack_specs"
- /api/v1/kolide/spec/packs GET "get_pack_specs"
- /api/v1/kolide/spec/packs/{name} GET "get_pack_spec"
2021-01-28 15:40:49 -08:00
..
1-Fleet-UI.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
2-fleetctl-CLI.md Add additional documentation on how the osquery configuration overrides option works. (#163) 2021-01-04 13:55:43 -08:00
3-REST-API.md Add packs endpoints docs to REST API docs (#242) 2021-01-28 15:40:49 -08:00
4-Osquery-logs.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
5-Monitoring-Fleet.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
6-Security-best-practices.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
7-Updating-Fleet.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
FAQ.md Fix markdown link check CI action. (#169) 2021-01-04 13:55:05 -08:00
README.md Capitalize Fleet in "Using Fleet" folder name. (#150) 2020-12-24 14:45:43 -08:00

Using Fleet

Fleet UI

Provides documentation about running and scheduling queries from within the Fleet UI

fleetctl CLI

Includes resources for setting up and configuring Fleet via the fleetctl CLI

REST API

Provides resources for working with Fleet's API and includes example code for endpoints

Osquery logs

Includes documentation on the plugin options for working with osquery logs

Monitoring Fleet

Provides documentation for load balancer health checks and working with Fleet server metrics and performance

Security best practices

Includes resources for ways to mitigate against the OWASP top 10 issues

Updating Fleet

Includes a guide for how to update and run new versions of Fleet

FAQ

Includes commonly asked questions and answers about using Fleet from the Fleet community