Hello ,
I have started using filebeat recently , How can i check on what rate my filebeat is sending data to my logstash server.
This is my filebeat.yml file
filebeat:
prospectors:
-
paths:
- /home/log/logs/ifclimitcenter/fclimitcenter-check-digest.log
input_type: log
document_type: fclimitcenter-check-digest
-
paths:
- /home/log/logs/ifclimitcenter/fclimitcenter-matched-rule.log
input_type: log
document_type: fclimitcenter-matched-rule
-
paths:
- /home/log/logs/ifclimitcenter/fclimitcenter-default.log
input_type: log
document_type: fclimitcenter-default
registry_file: /var/lib/filebeat/registry
output:
logstash:
hosts: [ "<logstash-IP>:5044" , "<logstash-IP>:5044" ]
loadbalance: true
shipper:
logging:
files:
path: /alog/appbeat
name: mybeat_snoopy.log
rotateeverybytes: 524288000 # = 50MB