Hi, I need to search for a string in a field of an index using a scripted filed, below is how it looks like.
build_info.causes {
"cause_class": "some vaue",
"short_description": "Triggered by Gerrit: some value ."
}
I need to implement a scripted field where i search for the "short_description" and if it is Gerrit do some action.
Thanks