How can I encode unicode characters in config file for logstash?

i.e. I'd like to be able to do something like \u1234 instead of having the raw utf8 character in the config.

Is that possible with the config parser? I'm using 5.5 still in case it makes a difference.

More recent versions of Logstash has some support for escape sequences (see https://www.elastic.co/guide/en/logstash/current/configuration-file-structure.html) but it doesn't appear \uNNNN is supported.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.