Open wiibaa opened 9 years ago
:+1:
Would still be good to get this one fixed
Would be great if this could be fixed. I use the failed and hit cache and am pretty sure they're not shared across filters which would be far more efficient if this was in place.
Moved from LOGSTASH-2103 Using the DNS filter reverse with an array I noticed subsequent elements will only be resolved if the ones before it succeed. E.g. Config:
WORKS
FAILS
I suppose the
return
should be replace bycontinue
within the reverse() method