On a cross cluster, using kibana, I’m trying to add a runtime field in a dataview pointing to a remote index. In the preview section, a “script error” message is displayed.
My script code: emit(‘TEST’);
Did I forget to configure something ?
Is it possible to create a runtime field on a cross cluster ?
enter image description here
Using the kibana runtime_field API :
enter image description here
The field is created with no request error.
But when checking in kibana :
enter image description here
An invalid painless script message is displayed
Thx for your help.
Khaled
Khaled Saidi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.