Hi all,
Running ES 2.3.1 and latest Kibana version (pre 5)
I've set up the javascript language plugin and defined it in my elasticsearch.yml
as the default language and enabled inline scripting.
However, when I attempt to set a scripted field via Kibana, I get an error and looking at the elasticsearch logs I can see it tries to parse the script via expression
instead of javascript
.
I verified that the javascript plugin is loaded and enabled on all cluster nodes. How can I tell Kibana to use javascript to parse scripted fields?
Thanks.