Hey, so I am trying to get Kafka producer support ...
# general
s
Hey, so I am trying to get Kafka producer support working. I'm using the script in the docs.
osqueryd --verbose --debug
runs just fine and displays when my queries run, however I'm not seeing logs make it to Kafka.
osqueryd --verbose --debug
is not showing any error messages. Is it possible to get debug information to see what is going on? For example: in Bro I can pass a
debug=all
parameter in my bro script to librdkafka, which sticks useful error messages to bro's stderr.log.