How to check filebeat log delivery rate

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

Hi!

Please have a look at Efficiency (Processing Time) of Filebeat and Logstash.

C.

1 Like

@ChrsMark Thanks for the reply , but can we get this information in Kb/s ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.