fleet/docs/Using-Fleet
Roberto Dip b2d07e56b5
report error analytics (#6341)
Related to #5898, this reports an anonymized summary of errors stored in Redis into the analytics payload.

For each error stored, this includes:

- A `count` attribute with the number of occurrences of the error
- A `loc` attribute with the 3 topmost lines in the stack trace. Note that stack traces only contain package name + line number (example: github.com/fleetdm/fleet/server.go:12

This also includes a minor refactor around error types.
2022-06-28 16:31:14 -03:00
..
configuration-files Fix documentation bug in Organization settings yaml example (#6179) 2022-06-10 14:47:20 -07:00
Adding-hosts.md Update documentation for ticket destinations and Fleet Desktop (#6251) 2022-06-27 16:25:17 -05:00
Application-security.md Renaming appsec page + a few updates (#6358) 2022-06-28 09:21:35 -04:00
Automations.md Update documentation for ticket destinations and Fleet Desktop (#6251) 2022-06-27 16:25:17 -05:00
FAQ.md feat: add disabling usage statistics to FAQ (#5775) 2022-05-17 11:23:18 -05:00
Fleet-UI.md Remove numbers from documentation filenames in Fleet repo (#4313) 2022-02-23 12:17:55 -06:00
fleetctl-CLI.md Editor pass - add documentation for debug tools (#5811) 2022-05-20 13:01:54 -05:00
Learn-how-to-use-Fleet.md feat: fix casing on link to conform to our style guide (#4882) 2022-03-31 16:26:04 +01:00
Monitoring-Fleet.md Remove numbers from documentation filenames in Fleet repo (#4313) 2022-02-23 12:17:55 -06:00
Osquery-logs.md Reorg infrastructure and add changes for frontend's loadtesting environment (#4947) 2022-04-12 12:49:00 -04:00
Permissions.md Add and modify permissions tables (#4936) 2022-04-18 11:10:33 -05:00
README.md Remove numbers from documentation filenames in Fleet repo (#4313) 2022-02-23 12:17:55 -06:00
REST-API.md report error analytics (#6341) 2022-06-28 16:31:14 -03:00
Security-audits.md Publish pentest blog + Security-audits.md section (#5659) 2022-05-11 09:05:18 -04:00
Supported-browsers.md Update Supported-browsers.md (#5802) 2022-05-19 07:37:20 +09:00
Supported-host-operating-systems.md Add Host OS compatibility chart (#4621) 2022-03-21 12:22:32 -05:00
Teams.md Remove numbers from documentation filenames in Fleet repo (#4313) 2022-02-23 12:17:55 -06:00
Usage-statistics.md report error analytics (#6341) 2022-06-28 16:31:14 -03:00
Vulnerability-Processing.md Editor pass - new "checked for vulnerabilities" entry (#5886) 2022-05-31 09:54:31 -04: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

Adding hosts

Provides resources for enrolling your hosts to Fleet

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

FAQ

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