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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user