Fix duplicate note and while we're at it some typos under docs/ (#32575)
Fixing the following duplicate note in `docs/Configuration/yaml-files.md`: <img width="512" height="630" alt="Screenshot 2025-09-04 at 5 49 05 AM" src="https://github.com/user-attachments/assets/37229d45-e9b2-4744-9fe1-1c4c54be72b0" /> And while we're at it... fixing some typos under `docs/`.
This commit is contained in:
@@ -927,7 +927,7 @@ to the amount of time it takes for Fleet to give the host the label queries.
|
||||
|
||||
### osquery_enable_async_host_processing
|
||||
|
||||
**Experimental feature**. Enable asynchronous processing of hosts' query results. Currently, asyncronous processing is only supported for label query execution, policy membership results, hosts' last seen timestamp, and hosts' scheduled query statistics. This may improve the performance and CPU usage of the Fleet instances and MySQL database servers for setups with a large number of hosts while requiring more resources from Redis server(s).
|
||||
**Experimental feature**. Enable asynchronous processing of hosts' query results. Currently, asynchronous processing is only supported for label query execution, policy membership results, hosts' last seen timestamp, and hosts' scheduled query statistics. This may improve the performance and CPU usage of the Fleet instances and MySQL database servers for setups with a large number of hosts while requiring more resources from Redis server(s).
|
||||
|
||||
Note that currently, if both the failing policies webhook *and* this `osquery.enable_async_host_processing` option are set, some failing policies webhooks could be missing (some transitions from succeeding to failing or vice-versa could happen without triggering a webhook request).
|
||||
|
||||
|
||||
@@ -509,8 +509,6 @@ Currently, for Fleet-maintained apps and App Store (VPP) apps, the `labels_` and
|
||||
- `self_service` specifies whether or not end users can install from **Fleet Desktop > Self-service**.
|
||||
- `categories` is an array of categories. See [supported categories](#labels-and-categories).
|
||||
|
||||
> Without specifying a hash, Fleet downloads each installer for each team on each GitOps run.
|
||||
|
||||
#### Example
|
||||
|
||||
##### URL
|
||||
@@ -1093,7 +1091,7 @@ org_settings:
|
||||
|
||||
Can only be configured for all teams (`org_settings`).
|
||||
|
||||
Unlike other options, ommitting `smtp_settings` or leaving it blank won't reset the values back to the default.
|
||||
Unlike other options, omitting `smtp_settings` or leaving it blank won't reset the values back to the default.
|
||||
|
||||
<meta name="title" value="GitOps">
|
||||
<meta name="description" value="Reference documentation for Fleet's GitOps workflow. See examples and configuration options.">
|
||||
|
||||
Reference in New Issue
Block a user