-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added scripted_metric in Visualize #5558
Conversation
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'. |
Is there a way for this to work with Lucene expressions? I'm getting an exception when using it with a default elasticsearch install because groovy scripting is disabled |
Looking forward to this :-) |
I implemented it for scripted_metric aggregation. We use it with Groovy. However, I guess you can switch to a different scripting language. |
Unless we can find a way to make this work with lucene expressions then we won't be able to merge this. Sorry. Perhaps once elastic/elasticsearch#13084 lands we can revist this. |
This seems like the only way to provide a metric visual of a ratio calculation. When will this feature be added? Having a ratio is the bare minimum of every analytics dashboard. My company is considering abandoning Kibana based on this limitation. |
@JeremyColton We've developed a simple visualisation plug-in that does the multiplication and division of aggregations using basic JS in the UI. It's a bit too rough to release as a standalone plugin just yet, but it has proved a good work-around for achieving this basic functionality. |
Hi @Alexloannides, awesome! When do you think it will be available? |
Can't say just yet... |
@AlexIoannides anything is better than nothing :) ... |
@AlexIoannides hi, any update on your super needed plug-in? many thanks... |
Adapted the changes made by @fabiangebert in #2646 into Kibana 4.3