fleet/docs/infrastructure
viq 1c009999b7 Use a working MySQL version (#1598)
Use repo that installs `5.7` version of MySQL, as opposed to `5.6` that fails when running `prepare db`
2017-11-12 03:18:02 -05:00
..
adding-hosts-to-fleet.md Update root directory in docs (#1568) 2017-10-17 22:36:01 -06:00
configuring-the-fleet-binary.md Update configuring-the-fleet-binary.md (#1592) 2017-10-30 16:11:03 -04:00
fleet-on-centos.md Use a working MySQL version (#1598) 2017-11-12 03:18:02 -05:00
fleet-on-ubuntu.md Remove support for apt and yum repositories (#1570) 2017-10-17 23:30:02 -06:00
installing-fleet.md Remove support for apt and yum repositories (#1570) 2017-10-17 23:30:02 -06:00
managing-osquery-configurations.md Setting up and using Kolide (#1133) 2017-01-30 18:51:10 -07:00
README.md Rename Kolide to Fleet in the docs (#1554) 2017-09-21 16:51:26 -06:00
updating-fleet.md Remove support for apt and yum repositories (#1570) 2017-10-17 23:30:02 -06: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 compliments 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 the Fleet application UI. You can find more documentation on this feature in the application documentation for this feature.
  • 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 it's 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

Running the Fleet server is a relatively simple process. 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.