Hi Team,
Below is the sample scripted field we use in Kibana side. What I would like to receive is, when path becomes null, I would like to read next document value.(something like path = doc['message.keyword']+1.value;)
Is it possible to read? If so, how? I almost spent few hours but no luck.
def path = doc['message.keyword'].value;
if(path == null) {
.....
....