I have a field
"data" : {
"user" : "derp",
"id" : "xHOSTNAME_xderp"
I want to replace all docs with xHOSTNAME_* to yHOSTNAME_. Any idea how to search and replace. I've seen some other posts similarly related but none seemed to work.