Logstash version (e.g. bin/logstash --version): 8.11.1
Description of the problem including expected versus actual behavior:
The mutate filter throws an error (can't modify frozen String) when converting a boolean value into a string in Logstash 8.11.1.
It seems to be related to the Ruby's change: https://bugs.ruby-lang.org/issues/16150.
Logstash information:
Logstash version (e.g.
bin/logstash --version
): 8.11.1Description of the problem including expected versus actual behavior: The
mutate
filter throws an error (can't modify frozen String
) when converting a boolean value into a string in Logstash 8.11.1. It seems to be related to the Ruby's change: https://bugs.ruby-lang.org/issues/16150.Steps to reproduce
Run Logstash with the following pipeline:
Provide logs (if relevant):