mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Add additional documentation on how the osquery configuration overrides option works. (#163)
- Quick attempt to alleviate potential confusion for how the osquery configuration overrides option works - Leave in the commented explanation in the sample yaml file
This commit is contained in:
parent
715d7b44e2
commit
cf9146eea2
@ -386,6 +386,12 @@ spec:
|
||||
|
||||
The following file describes options returned to osqueryd when it checks for configuration. See the [osquery documentation](https://osquery.readthedocs.io/en/stable/deployment/configuration/#options) for the available options. Existing options will be over-written by the application of this file.
|
||||
|
||||
#### Overrides option
|
||||
|
||||
The overrides option allows you to segment hosts, by their platform, and supply these groups with unique osquery configuration options. When you choose to use the overrides option for a specific platform, all options specified in the default configuration will be ignored for that platform.
|
||||
|
||||
In the example file below, all Darwin and Ubuntu hosts will only receive the options specified in their respective overrides sections.
|
||||
|
||||
```yaml
|
||||
apiVersion: v1
|
||||
kind: options
|
||||
|
Loading…
Reference in New Issue
Block a user