blacksudoku
Results
2
comments of
blacksudoku
I also have same case. Removing the \r from line end solved my problem. ``` mutate { gsub => [ "message", "\r$", "" ] } ```
I also have same case. Removing the \r from line end solved my problem. ``` mutate { gsub => [ "message", "\r$", "" ] } ```