(no title)
fiorix | 8 years ago
By default, osquery uses glog, which means it'll output the results to a local file that you can ship anywhere you want. There's also logging plugins to help you push the results of scheduled queries to other systems.
Once you have that data flowing through your pipelines you can start doing security/anomaly detection on things.
anonymousDan|8 years ago
coredog64|8 years ago
I haven't finished the work yet, but my employer will be feeding the log results into our ELK stack.
There are other frontends like 'doorman' which allow for ad hoc queries. That is a little more work to stand up.