'Filebeat Netflow not showing up in Kibana
I use Filebeat to send Netflow to Elasticsearch and visualize it with Kibana. The problem is that the Netflow events are not showing up in Kibana.
Here are my netflow and filebeat configuration files.
netflow.yml
Module: netflow
- module: netflow log: enabled: true var: netflow_host: 0.0.0.0 netflow_port: 2055
filebeat.yml
Kibana section:
setup.kibana: host: "X.X.X.X:5601"
Elasticsearch Output output.elasticsearch: hosts: ["localhost:9200"] username: "xxxxxxxxxxxx" password: "XXXXXXXXXXXX"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|