https://github.com/osquery/osquery logo
Title
w

wennan.he

01/17/2023, 8:01 AM
Hi Osquery team, I read the doc of osquery api like distributed_read. and i c the normal response goes like { "queries": { "id1": "SELECT * FROM osquery_info;", "id2": "SELECT * FROM osquery_schedule;", "id3": "SELECT * FROM does_not_exist;" }, "node_invalid": false // Optional, return true to indicate re-enrollment. } i would like to know what about the err case? what is the format and how does osquery handle it?
anyone could help?