https://github.com/osquery/osquery logo
Title
r

Ryan Small

07/08/2020, 1:45 PM
Does anyone know if osqueryd can be configured to send results to different logging backend/targets depending on the query pack? For example a compliance related query pack results go to compliance kafka queue, system info query pack results go to a different queue.
p

packetzero

07/08/2020, 3:08 PM
I don't believe that is possible. Best to do the split at your cloud edge.
b

blaedj

07/08/2020, 4:05 PM
you could probably implement a custom logger plugin to do this, but yea, probably better or easier to do this split elsewhere.
r

Ryan Small

07/08/2020, 7:04 PM
This what my research has led me to as well, nice to have the sanity check. Thanks.