# How to check filebeat log delivery rate

**URL:** https://discuss.elastic.co/t/how-to-check-filebeat-log-delivery-rate/241458
**Category:** Beats
**Tags:** filebeat
**Created:** [July 16, 2020, 12:36pm UTC](https://discuss.elastic.co/t/how-to-check-filebeat-log-delivery-rate/241458 "2020-07-16T12:36:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mahi7](https://avatars.discourse-cdn.com/v4/letter/m/dfb087/32.png) [@mahi7](https://discuss.elastic.co/u/mahi7)
#### Post date: [July 16, 2020, 12:36pm UTC](https://discuss.elastic.co/t/how-to-check-filebeat-log-delivery-rate/241458/1 "2020-07-16T12:36:05Z")

</div>

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

```auto

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

```

---

<div class="post-metadata">

### Author: ![ChrsMark](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chrsmark/32/55858_2.png) [@ChrsMark](https://discuss.elastic.co/u/ChrsMark)
#### Post date: [July 16, 2020, 1:55pm UTC](https://discuss.elastic.co/t/how-to-check-filebeat-log-delivery-rate/241458/2 "2020-07-16T13:55:56Z")

</div>

Hi!

Please have a look at [Efficiency (Processing Time) of Filebeat and Logstash](https://discuss.elastic.co/t/efficiency-processing-time-of-filebeat-and-logstash/241263/2).

C.

---

<div class="post-metadata">

### Author: ![mahi7](https://avatars.discourse-cdn.com/v4/letter/m/dfb087/32.png) [@mahi7](https://discuss.elastic.co/u/mahi7)
#### Post date: [July 17, 2020, 5:30am UTC](https://discuss.elastic.co/t/how-to-check-filebeat-log-delivery-rate/241458/3 "2020-07-17T05:30:57Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 14, 2020, 7:31am UTC](https://discuss.elastic.co/t/how-to-check-filebeat-log-delivery-rate/241458/4 "2020-08-14T07:31:07Z")

</div>

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