An open API service indexing awesome lists of open source software.

https://github.com/cha87de/tsprofiler-bwnetflow

Integration of tsprofiler into bwnetflow
https://github.com/cha87de/tsprofiler-bwnetflow

Last synced: 2 months ago
JSON representation

Integration of tsprofiler into bwnetflow

Awesome Lists containing this project

README

          

# tsprofiler-bwnetflow
Integration of tsprofiler into bwnetflow

```
docker pull cha87de/tsprofiler-bwnetflow:master
docker run -d \
--name tsprofiler-bwnetflow \
cha87de/tsprofiler-bwnetflow:master \
/bin/tsprofiler-bwnetflow \
--kafka.brokers BROKERS \
--kafka.consumer_group GROUP \
--kafka.topic flow-messages-enriched \
--kafka.user USER \
--kafka.pass PASS \
--filter.customerid 10109
```