From cc11ba1deba696d63c6a2b314aab19f1ac18293a Mon Sep 17 00:00:00 2001 From: Caleb Coy Date: Fri, 15 Jun 2018 11:26:34 -0400 Subject: [PATCH] Fix link to readme for osquery configuration(#1826) --- docs/infrastructure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure/README.md b/docs/infrastructure/README.md index 6aa43e8916..0ccabc19b0 100644 --- a/docs/infrastructure/README.md +++ b/docs/infrastructure/README.md @@ -6,7 +6,7 @@ Kolide Fleet is an infrastructure instrumentation application which has it's own ## Deploying and configuring osquery - For information on installing osquery on hosts that you own, see our [Adding Hosts To Fleet](./adding-hosts-to-fleet.md) document, which compliments existing [osquery documentation](https://osquery.readthedocs.io/en/stable/). -- 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](./adding-hosts-to-fleet.md) 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](../application/configuring-osquery-options.md). +- 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](./adding-hosts-to-fleet.md) 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](../cli/file-format.md#osquery-configuration-options). - 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](./managing-osquery-configurations.md) document. ## Installing Fleet and it's dependencies