mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
54f46b944e
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" |
||
---|---|---|
.. | ||
1-Using-Fleet | ||
2-Deployment | ||
3-Contribution | ||
images | ||
README.md |
Fleet Documentation
Welcome to the documentation for the Fleet osquery fleet manager.
Using Fleet
Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API
Deployment
Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios
Contribution
If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.
If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet
channel.