tsaikd / gogstash

Logstash like, written in golang
MIT License
644 stars 106 forks source link

filter hash #162

Closed helgeolav closed 3 years ago

helgeolav commented 3 years ago

This is a proposal for a hash filter. The idea about making a hash is that if a source (or input) has "at least once delivery" and the destination (or output) can drop duplicates then you use a hash to accomplish this.

helgeolav commented 3 years ago

I have implemented both changes.