Hi Osquery team, I read the doc of osquery api lik...
# general
w
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?