You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How single script works in opensearch ?
I have this single script in elastic and planning to use in opensearch but its not working. also, if i use in metric_script, not sure the exacts configuration in script_metric.
In Elastic:
"response_time_min": {
"min": {
"script": "doc['metric_type.keyword'].value == 'Average Response Time (ms)' ? doc['minVal'].value/1000 : 0"
}
},
The text was updated successfully, but these errors were encountered:
How single script works in opensearch ?
I have this single script in elastic and planning to use in opensearch but its not working. also, if i use in metric_script, not sure the exacts configuration in script_metric.
In Elastic:
"response_time_min": {
"min": {
"script": "doc['metric_type.keyword'].value == 'Average Response Time (ms)' ? doc['minVal'].value/1000 : 0"
}
},
The text was updated successfully, but these errors were encountered: