Remove \n and \t from message

    mutate { gsub => [ "message", "[
    ]+", " " ] }

That's literal newline and tab in the config.

1 Like