tsaikd / gogstash

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

add built-in functions for cond #41

Closed tengattack closed 6 years ago

tengattack commented 6 years ago

Hi,

This time I add some built-in functions for cond module:

This may help us to achieve more kinds of jobs. For example, we can do output sample here by using rand() > 0.5

BTW, I update the README for previous typo in #40.