https://github.com/osquery/osquery logo
#core
Title
# core
n

npamnani

08/10/2018, 8:41 AM
@gby, while true do echo "select * from time;" sleep 5 # any query done | ./osqueryi --json
a

ag4ve

08/11/2018, 6:27 PM
while echo "select * from time;"; do...
Unless you ever expect echo to fail :)
g

gby

08/13/2018, 11:03 AM
wouldn’t that just kill the event collection over and over ?
2 Views