How to replace special characters to another character

Hello!
I want to replace below string
hello>>>>hiii>huha special characters to , and I achieve by the following way..

filter{
mutate {
gsub => [
"title", "[>/]", ","
]
}
}

It works but it replace every single special characters to , like this
hello,,,,hiii,huha.....
but I want hello,hiii,huha..

Any solution...

Using [>/]+ instead of [>/] should fix that.

Thanks Sir. Its work.

The other character you give the information that will replace the special character is hard for the student to replace it correctly. Your tutorial will help them or they can Buy Custom Papers more information about the file.

Is there any elastic search product comparison paper is available.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.