-
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
top_hit metric aggregation: make string typed fields and 'Concatenate' option compatibles with all visualizations which type is 'table' #23462
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Jenkins, test this |
@fbaligand thanks for that PR. We really need something like that, but unfortunately that implementation won't be future proof enough. We are switching towards using the Canvas pipeline in all of Kibana (#19813), the querying infrastructure (AggConfig, etc.) will be decoupled from Everything that would switch some behavior like that needs to be a parameter to the Unfortunately we haven't a clear idea about that yet. Since I see why you need this, I try to find some time beginning of next week to sync about that topic, and would ideally also include you to that conversation. |
cc @ppisljar |
💚 Build Succeeded |
Hi @timroes, Thanks for your detailed explanation and insights on what's coming on. Then, I guess that whole Kibana refactoring to Canvas is a huge work that should take a lot of time, probably available not before next major version. This PR would let to have a quick win, maybe available in Kibana 6.5, waiting the full refactoring. And it does not change the code a lot. |
Hi @timroes You said you will try to find this week a way to nicely fulfill this PR feature, that is compatible with new Kibana pipeline. |
@fbaligand Apologize for our delay, we're currently at our bi-annual all hands conference doing planning. Tim should be able to get to this next week! |
OK, thanks for the info @joshdover ! |
5da7bf8
to
8e05ac5
Compare
💔 Build Failed |
Hi @timroes I ping you on this PR, given that there is still no solution since months. I truly think this PR is a good first solution to fix the issue for table plugins :
That's why I think this PR is a nice first implementation. |
8e05ac5
to
d78ccb3
Compare
Closing this in favor of: #39880 |
Currently, in 'top_hit' aggregation, string typed fields and 'Concatenate' option are compatibles only with the visualization named 'table'.
This PR lets these two features be available to every visualization which type is 'table'.
This is particularly useful for these plugins :
http://github.com/fbaligand/kibana-enhanced-table
https://github.com/seadiaz/computed-columns
https://github.com/dlumbrer/kbn_searchtables