https://github.com/osquery/osquery logo
#extensions
Title
# extensions
c

CptOfEvilMinions

05/28/2020, 8:01 PM
Can osquery-go be used to write
_event
based tables? If so, is there any example code?
a

alessandrogario

06/02/2020, 2:41 PM
It is not possible to access RocksDB, so you would have to implement your own pub/sub
The Go extension could create its own ring-buffer for every table, then the table plugin would just take the data from there when the generate() is called
3 Views