First question and first exploration of osquery. I have the client installed and I can use Fleet to query the agent, simple queries like SELECT * FROM processes; work like a champ. I now want to set it up so file edits are reported, so if a file is created or edited, something will appear in Fleet. With the default install, what directories does osquery report on? How is that changed? Should I be using a query like SELECT * FROM file_events; or something different? Any help appreciated.