-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Jacob van Walraven edited this page Feb 25, 2020
·
11 revisions
TODO
Required software:
- Libtrace 4.0.1 or greater
- Libprotoident 2.0.15 or greater (develop branch)
- Libflowmanager 3.0.0 or greater
- LibYAML
- Libcurl
- OpenSSL
Optional software:
- Librdkafka (For Kafka output plugin)
- Libmaxminddb (For maxmind filter plugin)
The following sequence of commands will install libtrace-bigdata on most systems
git clone https://github.com/jacobvw/libtrace-bigdata.git
cd libtrace-bigdata
./bootstrap
./configure
make
make install
This will install libtrace-bigdata binary to /usr/local/bin/bigdata and the configuration file to /usr/local/etc/bigdata/config.yaml