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

histogram count peak - instead of average #1255

Closed
KlavsKlavsen opened this issue May 26, 2014 · 1 comment
Closed

histogram count peak - instead of average #1255

KlavsKlavsen opened this issue May 26, 2014 · 1 comment

Comments

@KlavsKlavsen
Copy link

I am trying to find peak requests per second - over a larger timeframe (days, weeks, months) - but unfortunately the histogram count - averages the count - so if the resolution in the graph goes up to 30 minutes (which it does for only 2 days search f.ex.) - then I get the total count within the 30 minute windows divided by 1800 (30minutes - in seconds).

What I would like to be able to see - was where I had the highest count-per-second, which would mean that it should take the peak "count-per-second" - instead of averaging.

Is that possible?

@spalger
Copy link
Contributor

spalger commented Oct 7, 2014

This behavior is required in order to keep things performing well and generating comprehensible charts. This is something you could definitely accomplish in elasticsearch, but it's not possible with Kibana. Sorry!

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
@spalger @KlavsKlavsen and others