filebeat Netflow (收集和分析网络流量数据)部署 使用维护 安装部署


LogstashNetflow模块收集和解析网络流数据,将事件索引到ElasticSearch中,并安装一套Kibana仪表板。


Download and install Logstash


vi config/logstash.yml


modules:

  - name: netflow

    var.input.udp.port: <udp_port>


Where <udp_port> is the UDP port on which Logstash will receive Netflow data.


Run:

./bin/logstash --modules netflow --setup

The --setup option creates a netflow-* index pattern in Elasticsearch and imports Kibana dashboards and visualizations. Omit this option for subsequent runs to avoid overwriting existing dashboards.


签名:这个人很懒,什么也没有留下!
最新回复 (0)
返回