Tag: osquery
-
Getting data from multiple tables in FleetDM
If you, like me, are used to doing SQL queries that join tables on a unique ID of some sort, you may find querying multiple tables at once in FleetDM to be confusing. Even though every query you run on FleetDM will report back a hostname, you can’t do something like SELECT * FROM first_table…