It works fine but now I'm getting this error in the logs:
[2018-04-20T07:10:23,876][ERROR][logstash.filters.ruby ] Ruby exception occurred: Direct event field references (i.e. event['field']) have been disabled in favor of using event get and set methods (e.g. event.get('field')). Please consult the Logstash 5.0 breaking changes documentation for more details.
It is not big deal but... Is there any way to rewrite event['field_with_keys'].remove(k) to be 5.0 compliant?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.