STAT545-UBC / Discussion

Public discussion
37 stars 20 forks source link

How To Replace double \\ with single \ in logstash #541

Open jhansi-cpu opened 4 years ago

jhansi-cpu commented 4 years ago

My input is : folder \feed/data Expected output is :folder \feed/data

I tried this with gsub but it doesn't gives expected output gsub ["message" , "\" , "\1" ]