%replace{%replace{%replace{%msg}{regex1}{substitution1}}{regex2}{substitution2}}{regex3}{substitution3}
I'm trying to replace the regex pattern from my log and it works properly.
When %replace
is used at max twice, but when I try to replace the third pattern it stops working and it just prints "%replace
" in log output.
this works for me.