Hey Guys,
Question related to running queries from KOLIDE Fleet on Windows HOSTS:
Query: SELECT * from services;
Seems to crash the osqueryd;
If i rewrite the query as
SELECT * from services LIMIT 5;
Seems to work but this doesn't solve my purpose.
Any one having the same issue and advise ?