Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#general
Title
# general
s
slevchenko
09/06/2022, 6:44 AM
Is there any documentation on creating logger plugin\extension for osquery ? I need to pipe osquery results to my extension without external storages like kafka
s
sharvil
09/06/2022, 10:49 AM
We have a very basic getting started guide here:
https://osquery.readthedocs.io/en/latest/development/logger-plugins/
I am not aware of other such documentation
s
slevchenko
09/06/2022, 10:55 AM
@sharvil
Thank you very much, is there any possibility to do the same with Python or Go? Asking because I have 0 C\C++ experience.
s
sharvil
09/06/2022, 10:59 AM
hello
@slevchenko
, does something like this help
https://github.com/osquery/osquery-go/blob/master/examples/logger/main.go
? It will use the osquery-go bindings, which itself will use thrift under the hood
s
slevchenko
09/06/2022, 11:00 AM
@sharvil
Thanks that's 100% what I need. Thanks alot
3 Views
Post