Skip to content

Feature server-side scripted terms#1161

Closed
awheeler wants to merge 3 commits intoelastic:masterfrom
awheeler:feature_multifield_terms
Closed

Feature server-side scripted terms#1161
awheeler wants to merge 3 commits intoelastic:masterfrom
awheeler:feature_multifield_terms

Conversation

@awheeler
Copy link
Copy Markdown

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.

@awheeler awheeler changed the title Feature multifield terms Feature server-side scripted terms Apr 18, 2014
@rashidkpc
Copy link
Copy Markdown
Contributor

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.

@awheeler
Copy link
Copy Markdown
Author

awheeler commented May 8, 2014

Excellent news. Do you have plans to implament this at that time, obsoleting anything I might do?
I'm thinking it would be cool to define scripted fields in little panels similar to how you are doing filters, and then they would appear throughout kibana just like pre-extracted fields.

@awheeler
Copy link
Copy Markdown
Author

awheeler commented May 8, 2014

Is there a ES issue I can follow for this? Or is this it: elastic/elasticsearch#5988 ?

@rashidkpc
Copy link
Copy Markdown
Contributor

Thats the one

@awheeler
Copy link
Copy Markdown
Author

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.

@w33ble w33ble closed this Oct 6, 2014
@spalger
Copy link
Copy Markdown
Contributor

spalger commented Oct 6, 2014

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.

@w33ble
Copy link
Copy Markdown
Contributor

w33ble commented Oct 7, 2014

The ES ticket 5988 was closed by PR 6233, so I believe this can remain closed.

@teohm
Copy link
Copy Markdown

teohm commented Apr 23, 2015

@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:

Query Failed [Failed to execute main query]]; nested: PropertyAccessException[[Error: unresolvable property or identifier: kibana_multifield] [Near : {... kibana_multifield ....}]             ^[Line: 1, Column: 1]]; }]

Do you have any clue why ES doesn't able to pick up /usr/local/elasticsearch/config/scripts/kibana/multifield.mvel ?

@awheeler
Copy link
Copy Markdown
Author

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:
[2014-10-16 13:23:19,680][INFO ][script ] [logdb-1] compiling script file [/etc/elasticsearch/scripts/kibana/multifield.mvel]

edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
# [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

script attribute for terms panel

5 participants