fleet/docs/infrastructure
noahtalerman be28d8e3c6
Update build documentation (#3)
Co-authored-by: Mike McNeil <7157539-mikerlmcneil@users.noreply.gitlab.com>
2020-11-03 15:18:45 -08:00
..
adding-hosts-to-fleet.md Update build documentation (#3) 2020-11-03 15:18:45 -08:00
configuring-the-fleet-binary.md Remove Support for Deprecated TLSProfileOld (#2142) 2020-09-10 09:31:01 -07:00
faq.md Update faq with bad record MAC fix suggestion (#2331) 2020-10-14 08:41:35 -07:00
fleet-on-centos.md Update docs and Makefile to use Github releases for binaries (#2055) 2019-06-04 13:42:41 -04:00
fleet-on-kubernetes.md Documenting deploying Fleet on Kubernetes (#1626) 2017-11-17 12:48:59 -07:00
fleet-on-ubuntu.md Update docs and Makefile to use Github releases for binaries (#2055) 2019-06-04 13:42:41 -04:00
installing-fleet.md Add -L option to curl (#2305) 2020-09-24 10:42:19 -07:00
managing-osquery-configurations.md Setting up and using Kolide (#1133) 2017-01-30 18:51:10 -07:00
owasp-top-10.md Add documentation on OWASP Top 10 (#1991) 2019-01-16 12:50:50 -08:00
README.md Add Firehose logging capabilities for result and status logs (#2022) 2019-04-08 11:47:15 -07:00
systemd.md Add LimitNOFILE to example systemd file (#1958) 2018-11-20 17:19:44 -08:00
updating-fleet.md Add note about downtime during database migrations (#2279) 2020-08-06 17:16:23 -07:00
working-with-osquery-logs.md Add stdout and kinesis logger plugins and sts assume role to Firehose (#2282) 2020-08-19 14:56:44 -07:00

Infrastructure Documentation

Kolide Fleet is an infrastructure instrumentation application which has it's own infrastructure dependencies and requirements. The infrastructure documentation contains documents on the following topics:

Deploying and configuring osquery

  • For information on installing osquery on hosts that you own, see our Adding Hosts To Fleet document, which complements existing osquery documentation.
  • To add hosts to Fleet, you will need to provide a minimum set of configuration to the osquery agent on each host. These configurations are defined in the aforementioned Adding Hosts To Fleet document. If you'd like to further customize the osquery configurations and options, this can be done via fleetctl. You can find more documentation on this feature in the fleetctl documentation.
  • To manage osquery configurations at your organization, we strongly suggest using some form of configuration management tooling. For more information on configuration management, see the Managing Osquery Configurations document.

Installing Fleet and its dependencies

The Fleet server has a few dependencies. To learn more about installing the Fleet server and it's dependencies, see the Installing Fleet guide.

Managing a Fleet server

We're prepared a brief guide to help you manage and maintain your Fleet server. Check out the guide for setting up and running Fleet on Ubuntu and Fleet on CentOS.

For more information, you can also read the Configuring The Fleet Binary guide for information on how to configure and customize Fleet for your organization.

Working with osquery logs

Fleet allows users to schedule queries, curate packs, and generate a lot of osquery logs. For more information on how you can access these logs as well as examples on what you can do with them, see the Working With Osquery Logs documentation.

Troubleshooting & FAQ

Check out the Frequently Asked Questions, which include troubleshooting steps for the most common issues experience by Fleet users.

Security

Fleet developers have documented how Fleet handles the OWASP Top 10.