Hi I want to make shure that what I send to logstash doesnt contain errors so I wan to add something similar to grokparse failure , but for ruby.
output {
if "_grokparsefailure" not in [tags] {
if "_ruby ???????????" not in [tags]{}
}
}