Feature server-side scripted terms#1161
Conversation
… feature_multifield_terms
|
Its a good feature, but I'd rather not introduce the dependancy. Elasticsearch is working to properly sandbox scripts so that we can safely use client-side dynamic scripting soon. |
|
Excellent news. Do you have plans to implament this at that time, obsoleting anything I might do? |
|
Is there a ES issue I can follow for this? Or is this it: elastic/elasticsearch#5988 ? |
|
Thats the one |
|
I hope you know more than is in that feature request, since there is no indication there that ES is considering/working on that issue. |
|
Woops! Sorry about that! We recently replaced the master branch with Kibana 4. This action force closed all of the old pull requests against master. We will be reviewing these on a case-by-case basis and creating new tickets as necessary. The good news is that many long requested features can be found in Kibana 4, and we're being entirely open about our roadmap. Check out the roadmap tickets (which we're still filling in) here. If you're looking for the old Kibana 3 code you can find it here. |
|
The ES ticket 5988 was closed by PR 6233, so I believe this can remain closed. |
|
@awheeler Hi! I'm trying to patch my ES1.3 and Kibana 3 with your commit. I've enabled dynamic scripting, but I'm getting this error: Do you have any clue why ES doesn't able to pick up |
|
Did you see elasticsearch compile the .mvel on restart? Unfortunately, it's not dynamic so you'll have to restart it if you haven't, but you will get a log line telling you it compiled it like: |
# [32.0.0](elastic/elastic-charts@v31.1.0...v32.0.0) (2021-07-12) ### chore * **license:** elastic license 2.0 ([elastic#1242](elastic/elastic-charts#1242)) ([67fa0a3](elastic/elastic-charts@67fa0a3)), closes [elastic#1213](elastic/elastic-charts#1213) ### Features * **a11y:** allow user to add optional semantic meaning to goal/gauge charts ([elastic#1218](elastic/elastic-charts#1218)) ([87629e2](elastic/elastic-charts@87629e2)), closes [elastic#1161](elastic/elastic-charts#1161) ### BREAKING CHANGES * **license:** the library is released now under Elastic License 2.0 and SSPL
Addresses #826 and lays the foundation to close #971.
Assuming the implementation is generally acceptable, I'll do the small amount of work to close #971.