I have one field(query) value like
select * from host where id = 'something' and name = 'xxxxxx'
Now I want to replace id and name with '?'
I have tried with rex and sed something like
rex field=query mode=sed "s/name*./?/g" and also using eval filed=replace....
but i didn't find the solution
can any one please help me with this
↧