Hi,
How Can I integrate the following Elastic Search scripted field in Grafana:
“script_fields” : {
"VoomIndexOld" : {"script" : "(Math.round(new Date().getTime()/1000)-(params['_source']['hostIndexVersion']/1000))/60"}
}
Thanks,
Lp