ntop/nDPI

nDPI产生的流量json数据对接ES数据分析平台

HOPEAMOR opened this issue · 4 comments

希望nDPI分析的流量数据能够直接对接到ES数据库中

utoni commented

Please note that this project is maintained by English speaking folks. Sorry.

It is hoped that the traffic data analyzed by nDPI can be directly read into the ES database

utoni commented

ElasticSearch is not supported by the integration examples you'll find in the repository. You may need to write your own middleware that processes nDPI serialized detection data and send it to an ES node.

Its a heck of the work but you can integrate zlogger with ndpi which will log all the traffic data into a file and then use filebeat to ship that data into ES Database.