blob: 3d0cfa083613c0aa1c96d3837c4f7ea33eb92f32 [file] [log] [blame]
[package]
description = A Bro log writer plugin that sends logging output to Kafka.
tags = log writer, bro plugin, kafka
script_dir = build/scripts/Apache/Kafka
build_command = ./configure --bro-dist=%(bro_dist)s --with-librdkafka=%(LIBRDKAFKA_ROOT)s && make
test_command = ( cd tests && btest -d )
plugin_dir = build
config_files = scripts/init.bro
version = 0.2
depends =
bro >=2.5.0
bro-pkg >=1.2
external_depends =
librdkafka ~0.9.4
user_vars =
LIBRDKAFKA_ROOT [/usr/local/lib] "Path to librdkafka installation tree"