Closed ph closed 7 years ago
I think we had a regression somewhere when we changed some logic to optimize the tags field, I've found this PR https://github.com/elastic/logstash/pull/6559 to revert the issue back.
IIRC correctly tags
field where set to an empty array, when they went through decorate.
I can reproduce locally. looking for fix.
Ok, I understand what is going on. Including the tags
fields in the event when there was no tag is a bug we introduced in 5.0.1 and which was fixed in 5.2.0.
I will go ahead and simply fix the specs to reflect that.
https://travis-ci.org/logstash-plugins/logstash-filter-kv/builds/236500782