-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Allow sorting on multiple fields #696
Comments
+1 |
+1 Would like to sort on date and sequence number. |
+1 This would be really useful to deal with very fast log (where timestamp is not enough) |
+1 This would prevent much sorting and resorting to find things in non-grouped items. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 Concerning UI, this could be done like in datatables : by using "Shift+Click" on second, third, ... column. |
+1 |
+1 |
1 similar comment
+1 |
timestamp + sequence sorting is really needed |
+1 |
1 similar comment
+1 |
How hard would this change be to implement? |
+1 |
1 similar comment
+1 |
+1 this would fix an issue we're seeing where events that are generated with the same timestamp can appear in the wrong sort order with respect to the original event source. Depending on the precision of your timestamps (e.g. a time format of HH:mm:ss), you may end up with a whole second worth of events in an undefined order. |
+1 I cannot agree with Rashid. Preserving the order of logs as they came into Logstash, cannot substitute this feature. Because you can use more than one Logstash and logs can go through randomly chosen Logstash, so order of logs would not be preserved. So sorting on multiple fields is necessary. |
+1 |
required |
+1, would also like to sort on date and sequence number. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 Would be great if we could at least use the custom query dsl to add the second sort. But this does not appear to work. |
I think by now it's clear that nobody from the Kibana team cares about this issue. |
Asked for in the forums: https://discuss.elastic.co/t/discover-sort-on-custom-fields/140367 |
so ... major data aggregation & analytics tool and the primary UI doesnt support multi-sort although the backend does. sigh I think its time to search for a real elasticsearch-frontend, then - because Kibana obviously lacks core functionality. @ devs : its probably time to abandon the frontend altogether, this project appears to be trainwreck. Awesome job on Elasticsearch & Logstash though! |
Blocked by #16324 |
Any update on this issue? |
+1 This is so basic that I'm shocked this isn't already part of the version. |
cute how the same troll keeps downvoting every single comment ... get a life. Well, after six years its pretty safe to say : this isnt happening. Ever. Which is too bad. |
It's not "trolling". I'm down-voting pointless comments that cause me to receive notification emails. If you want to see the feature, thumbs-up the original post. If you want to see the progress, just read the comments (while trying to ignore the spam of course). If you really want to see this feature, go pay someone to implement it. |
If you want to stop receiving notofications, simply disable them or change the type. If you want to express your (massive) anger, do so elsewhere If you really want to express your anger, do some trolling on 4chan or go and get a stress relief toy |
So just a quick update on this...I was able to add a scripted field and concatenate two fields together to create a new field that I am able to use for sorting. Although not completely optimal, it IS working and now can sort my discovery tab correctly. |
finally something productive again - thanks for sharing your workaround! |
@jenyphur In a professional Environment... this seems to be a not so nice solution |
+1 |
Thanks for implementing this!! I'll go dig up what I was working on in 2013 and give it a spin :) |
Great news! |
Currently it looks like kibana only allows you to sort a table on a single field. However, I believe elasticsearch allows multi-field sort.
The text was updated successfully, but these errors were encountered: