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

Stats Panel with TopN query #1156

Closed
mherlund opened this issue Apr 17, 2014 · 2 comments
Closed

Stats Panel with TopN query #1156

mherlund opened this issue Apr 17, 2014 · 2 comments

Comments

@mherlund
Copy link

Is it possible to use a TopN query within the Stats panel? I tried selecting a topN query but it didn't appear when inspecting the request.

A nice feature enhancement would be to have either a query or the stats panel be able to display all values for a field.

@lark
Copy link

lark commented Apr 18, 2014

You can try Terms panel. For example, with syslog like data, you want to see TopN hosts, then set the fllowing:

Terms mode: term, Field: host, Length: N.

You can choose view amongst bar, pie and table. If N is large, you can put it side by side with Table panel in a row.

@mherlund
Copy link
Author

Thanks. I did used the Terms mode of terms_stats and got what I wanted.

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

No branches or pull requests

3 participants
@lark @mherlund and others