In addition to my last; I thought I configured my ...
# general
l
In addition to my last; I thought I configured my osquery.conf to send to kafka but I am not receiving any data in my kafka topic:
Copy code
"options": {
    "config_plugin": "filesystem",
    "logger_kafka_brokers": "<http://internal-kafka.internalhost.com:9092|internal-kafka.internalhost.com:9092>",
    "logger_kafka_topic": "osquery",
    "logger_kafka_acks": "1",
    "utc": "true"
  },
Did I miss something. I followed the logging docs on the readthedocs page