add docs for detail query overrides (#14299)

docs for https://github.com/fleetdm/fleet/pull/14296

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
This commit is contained in:
Roberto Dip
2023-10-05 14:23:13 -03:00
committed by GitHub
co-authored by Rachael Shaw
parent 6702e3ddb8
commit 1a6b1038dd
@@ -529,8 +529,10 @@ Use with caution as this may break Fleet ingestion of hosts data.
```yaml
features:
detail_query_overrides:
# null allows to disable the "users" query from running on hosts.
# null disables the "users" query from running on hosts.
users: null
# "" disables the "disk_encryption_linux" query from running on hosts.
disk_encryption_linux: ""
# this replaces the hardcoded "mdm" detail query.
mdm: "SELECT enrolled, server_url, installed_from_dep, payload_identifier FROM mdm;"
```