Hi Techs
Filebeat not getting the Netflow logs from Cisco. Not sure where to check. Using Filebeat 7.7.1 ELK also 7.7.1.Filebat , Kibana , Logstash and Elasticserach are running without errors.
Cisco Netflow config is correct.
File beat:
filebeat.inputs:
paths:
- /var/log/*.log
- /var/log/syslog
/etc/filebeat/modules.d$ sudo cat netflow.yml
- module: netflow
log:
enabled: true
var:
netflow_host: 0.0.0.0
netflow_port: 2055
Logstash output
hosts: ["localhost:5044"]
Logstash:
/etc/logstash/conf.d$
02-beats-input.conf 10-syslog-filter.conf 30-elasticsearch-output.conf