My setup is like
FileBeat --> Kafka --> Logstash --> Syslog Server
Q: How to limit/interval frequency in input or output of Logstash.
I'm using Logstash here to format the event logs to be sent to Syslog server. The problem here is Filebeat is sending high events/sec to Kafka and when I send those to Syslog server, it is unable to handle the load. Is there a way to limit the Events/sec in either input plugin or output plugin of Logstash?