Need a help
What is the syntax for using "grok mutate gsub" to replace double quotes with single quotes when using logstash.
Thanks,
Do you want this? The mutate filter will change all the double quote to single quote.
filter {
mutate {
gsub => ["message","\"","'"]
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With