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 or terms table with standard deviation #541

Closed
oweng opened this issue Oct 2, 2013 · 10 comments · Fixed by #2601
Closed

histogram or terms table with standard deviation #541

oweng opened this issue Oct 2, 2013 · 10 comments · Fixed by #2601

Comments

@oweng
Copy link

oweng commented Oct 2, 2013

Hi,

Is there a way to get the standard deviation added to either a histogram or a terms table? Basically my issue is we are trying to build a panel where we are showing the response time, and people are coming back asking for the standard deviation to be plotted as well.

I am trying to de-splunk our environment, and this seems like possibly the last hurdle.

Thank you for your time.

Geoff

@rashidkpc
Copy link
Contributor

Unfortunately std deviation is not available from the statistics provided by elasticsearch's date_histogram facet, nor the terms_stats facet. However I'll leave this open because I too would like to see this.

@stuart-warren
Copy link

@bobrik
Copy link

bobrik commented Oct 12, 2013

Probably it makes sense to create issue for elasticsearch.

@kuwerty
Copy link

kuwerty commented Feb 22, 2014

I've been experimenting with errorbars, I've put my branch up here: https://github.com/kuwerty/kibana/tree/errorbars

It works for the case I've been using it for, plotting min and max as errors from the mean. The error bars can be plotted on top of any existing bar, line or point graph.

I can open a pull request and put any work in to tidy it up if there is interest.

@oweng
Copy link
Author

oweng commented May 23, 2014

Krister,

Have any of your changes been added to Kibana? I am just asking because
this sound like what we are looking for, but would like to stick with the
version shipped inside of logstash (we are using 1.4.1).

Thanks for your help!

Geoff

On Fri, Feb 21, 2014 at 11:52 PM, Krister Wombell
notifications@github.comwrote:

I've been experimenting with errorbars, I've put my branch up here:
https://github.com/kuwerty/kibana/tree/errorbars

It works for the case I've been using it for, plotting min and max as
errors from the mean. The bars can be plotted on top of any existing bar,
line or point graph.

I can open a pull request and put any work in to tidy it up if there is
interest.


Reply to this email directly or view it on GitHubhttps://github.com//issues/541#issuecomment-35795621
.

@kuwerty
Copy link

kuwerty commented May 27, 2014

Sorry, none of these changes went in. It's still just an experiment and unfortunately I've not had time to port them onto the latest Kibana tree either.

On Friday, May 23, 2014 at 11:40 PM, oweng wrote:

Krister,

Have any of your changes been added to Kibana? I am just asking because
this sound like what we are looking for, but would like to stick with the
version shipped inside of logstash (we are using 1.4.1).

Thanks for your help!

Geoff

On Fri, Feb 21, 2014 at 11:52 PM, Krister Wombell
<notifications@github.com (mailto:notifications@github.com)>wrote:

I've been experimenting with errorbars, I've put my branch up here:
https://github.com/kuwerty/kibana/tree/errorbars

It works for the case I've been using it for, plotting min and max as
errors from the mean. The bars can be plotted on top of any existing bar,
line or point graph.

I can open a pull request and put any work in to tidy it up if there is
interest.


Reply to this email directly or view it on GitHubhttps://github.com//issues/541#issuecomment-35795621
.


Reply to this email directly or view it on GitHub (#541 (comment)).

@oweng
Copy link
Author

oweng commented May 30, 2014

Thanks Krister!

I have a few people who really want this, so I have it up and running as a
test, but will let them know this is not a "standard" install.

Regards,

Geoff

On Tue, May 27, 2014 at 12:24 AM, Krister Wombell notifications@github.com
wrote:

Sorry, none of these changes went in. It's still just an experiment and
unfortunately I've not had time to port them onto the latest Kibana tree
either.

On Friday, May 23, 2014 at 11:40 PM, oweng wrote:

Krister,

Have any of your changes been added to Kibana? I am just asking because
this sound like what we are looking for, but would like to stick with
the
version shipped inside of logstash (we are using 1.4.1).

Thanks for your help!

Geoff

On Fri, Feb 21, 2014 at 11:52 PM, Krister Wombell
<notifications@github.com (mailto:notifications@github.com)>wrote:

I've been experimenting with errorbars, I've put my branch up here:
https://github.com/kuwerty/kibana/tree/errorbars

It works for the case I've been using it for, plotting min and max as
errors from the mean. The bars can be plotted on top of any existing
bar,
line or point graph.

I can open a pull request and put any work in to tidy it up if there
is
interest.


Reply to this email directly or view it on GitHub<
https://github.com/elasticsearch/kibana/issues/541#issuecomment-35795621>
.


Reply to this email directly or view it on GitHub (
#541 (comment)).


Reply to this email directly or view it on GitHub
#541 (comment)
.

@rashidkpc
Copy link
Contributor

This is on our list for Kibana 4 as aggregations now allow us to implement it

@rashidkpc rashidkpc added this to the 4.0.0-BETA3 milestone Oct 7, 2014
@sahilthapar
Copy link

👍

@w33ble
Copy link
Contributor

w33ble commented Nov 12, 2014

Depends on #1536

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.

9 participants