mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 21:18:29 +00:00
#15168 - [X] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [X] Added/updated tests. - [X] Manual QA for all new/changed functionality. The issue can be reproduced by running `osqueryd` with `--config_plugin=filesystem --config_path=/path/to/config.json` This means the osquery config is fetched from a file rather than from Fleet's agent settings. The `/path/to/config.json` has the agent settings, e.g.: ``` { "decorators": { "load": [ "SELECT uuid AS host_uuid FROM system_info;", "SELECT hostname AS hostname FROM system_info;" ] }, "options": { "disable_distributed": false, "distributed_interval": 10, "distributed_plugin": "tls", "distributed_tls_max_attempts": 3, "logger_tls_endpoint": "/api/osquery/log", "logger_tls_period": 10, "pack_delimiter": "/" }, "schedule": { "USB devices": { "query": "SELECT * FROM usb_devices;", "interval": 15 }, "OS version": { "query": "SELECT * FROM os_version;", "interval": 10 } }, "packs": { "Elsewhere": { "queries": { "Osquery Info": { "query": "SELECT * FROM osquery_info;", "interval": 30, "platform": "", "version": "", "snapshot": true } } } } } ``` The three queries should be logged to Fleet's configured result logging destination (default is `filesystem`). |
||
|---|---|---|
| .. | ||
| .keep | ||
| 2118-browser-extension_id | ||
| 14484-whitespace-in-policies | ||
| 14748-host-by-identifier-serial-number | ||
| 14851-table-reload | ||
| 14970-line-break-in-example-command | ||
| 15133-screen-mdm-profiles-reserved-names | ||
| 15168-scheduled-outside-fleet | ||
| 15362-windows-mdm-query | ||
| issue-13281-backend-changes | ||
| issue-14027-implement-windows-os-updates | ||
| issue-14028-support-windows-os-updates | ||
| issue-14029-apply-windows-os-updates | ||
| issue-14045-add-windows-update-activites | ||
| issue-14090-add-copied-message | ||
| issue-14359-windows-profiles | ||
| issue-14441-add-truncation-query-docs | ||
| issue-14714-fix-cached-appconfig-race | ||