This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Kafka "metadata.broker.list" for each log writer filter.
If a new log filter is added in bro and a specific kafka broker list is defined as: $config = table(["metadata.broker.list"] = "host:port") this will override the default broker list (only for this specific writer). If no specific "metadata.broker.list" for the writer is defined in the log filter, the default will be applied as in redef Kafka::kafka_conf = table(["metadata.broker.list"] = "host:port"); Note: all other configuration settings will not be changed.
- Loading branch information