mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix link to readme for osquery configuration(#1826)
This commit is contained in:
parent
ead1a1bdab
commit
cc11ba1deb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue