Skip to content
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

add 'rest' to topN #654

Closed
hillar opened this issue Nov 4, 2013 · 3 comments
Closed

add 'rest' to topN #654

hillar opened this issue Nov 4, 2013 · 3 comments

Comments

@hillar
Copy link

hillar commented Nov 4, 2013

rest :: include a filter that matches all other terms (like it was in Derivequeries)

@bobrik
Copy link

bobrik commented Nov 4, 2013

I have implemented it in my fork: Topface/kibana@d5aa8f9 (branch other-top-n), but it requires #653 to be merged and lacks an option to disable "other".

@dav3860
Copy link

dav3860 commented Nov 4, 2013

+1
Maybe it would be better to add the possibility to enable/disable the "other" terms in graphical panels (like histogram, sparklelines, etc). In a table, I want to see all the events matching my query, but in graphical panels, sometimes only the top N are relevant.

@rashidkpc
Copy link
Contributor

Unfortunately with the switch from facets to aggregations, the "other" bucket has been removed from Elasticsearch. You can see the progress of it here: elastic/elasticsearch#5324

We plan to implement it in our aggregation builder as soon as it is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@bobrik @hillar @rashidkpc @dav3860 and others