-
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
Panel similar to Histogram but showing the value of the hit not the hit counter #331
Comments
that's one of the top on my list :-) |
This is already possible. Set a histogram panel to 'mean' mode, then set the value field to something like "duration". The histogram will then show the average duration across the time range. There are also min, max and total modes. See the query section of the panel settings to tie a specific query to the panel |
spalger
pushed a commit
that referenced
this issue
Oct 6, 2014
spalger
pushed a commit
to spalger/kibana
that referenced
this issue
Mar 3, 2016
Host setting can now specify a protocol + sub path (i.e., https://host:9200/subpath/ ). Custom SSL settings can be configured using `marvel.agent.exporter.es.ssl.*` settings. Those will fall back to Shield `shield.ssl` equivalent settings if found. Sense will now fall back to using https by default if running under https. It will also properly set the withCredentials parameter of XHR to allow for basic auth under CORS setting. Closes elastic#331
harper-carroll
pushed a commit
to harper-carroll/kibana
that referenced
this issue
Jul 11, 2016
First step to file reconstruction.
w33ble
pushed a commit
to w33ble/kibana
that referenced
this issue
Sep 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have a panel similar to the Histogram panel but instead of displaying the number of hit displaying the value of the hit. This would be most useful when for example displaying the response time from multiple webservers in the panel to identify performance issue.
Also some documentation on how to setup the different panels and specifically how to tie the search to one specific panel would be nice.
The text was updated successfully, but these errors were encountered: