Reframe note about scheduled queries not returning errors (#14683)

Move content into a blockquote (since h3s on this page are reserved for
API endpoints), and point users toward how to get errors for a
particular query via the REST API.
This commit is contained in:
Rachael Shaw
2023-10-20 17:34:42 -05:00
committed by GitHub
parent 4a6bf0d447
commit 782d71481f
+1 -2
View File
@@ -5637,9 +5637,8 @@ If a query has no results stored, then `results` will be an empty array:
}
```
### osquery scheduled queries do not return errors.
> Note: osquery scheduled queries do not return errors, so only non-error results are included in the report. If you suspect a query may be running into errors, you can use the [live query](#run-live-query) endpoint to get diagnostics.
osquery scheduled queries mechanism does not return errors. Hence those are not stored in the cache and are not part of this report.
### List queries