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

Plot multiple fields in histogram mean mode? #199

Closed
JohanCarinus opened this issue Jul 5, 2013 · 49 comments
Closed

Plot multiple fields in histogram mean mode? #199

JohanCarinus opened this issue Jul 5, 2013 · 49 comments

Comments

@JohanCarinus
Copy link

I have a stats log sent from my server every now and then. I can extract the values to get the following fields:

statA = 5
statB = 10
statC = 100

The stats log is sent periodically. I'd like to graph all three stats fields against time (3 different lines on one histogram) to see how they relate.

Is this possible at this point in time or could you implement it?

@rashidkpc
Copy link
Contributor

Unfortunately not currently supported. Could possibly be. Will look into it.

@JohanCarinus
Copy link
Author

Thank you for the reply. I solved the problem using logstash's clone and
split filters to divide the log into it's respective parts. All the
sub_logs had their values placed in a field with a standard name and I was
able to graph all the logs with that specific fieldname.

On Mon, Jul 8, 2013 at 3:04 PM, Rashid Khan [email protected]:

Unfortunately not currently supported. Could possibly be. Will look into
it.


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

Sincerely
J. Carinus

@avleen
Copy link

avleen commented Jul 20, 2013

I would actually really like this. If you can point me in the right direction in the JS, I can look in to how to do it.

@amitelad7
Copy link

+1, also similar to issue 150 "analyse multiple numeric fields in the same histogram"

@miguelcoelhosantos
Copy link

+1, this is actually a quite important feature

@bhaskarvk
Copy link

+1, This would be a feature, that would cause sever injuries, due to jaws dropping all over the floor.

@muratc
Copy link

muratc commented Mar 12, 2014

+1

2 similar comments
@rabson85
Copy link

+1

@gbjk
Copy link

gbjk commented Apr 2, 2014

+1

@dakotahNorth
Copy link

+1 ... a hugely important feature!

@tnolet
Copy link

tnolet commented Apr 8, 2014

+1 This would replace graphite in many cases.

@dserfez
Copy link

dserfez commented Apr 28, 2014

+1

8 similar comments
@aabreur
Copy link

aabreur commented Apr 28, 2014

+1

@kcalliauw
Copy link

+1

@mmasaki
Copy link

mmasaki commented May 19, 2014

+1

@jc21
Copy link

jc21 commented May 28, 2014

+1

@skymeyer
Copy link

skymeyer commented Jun 5, 2014

+1

@wols
Copy link

wols commented Jun 6, 2014

+1

@munhitsu
Copy link

munhitsu commented Jun 9, 2014

+1

@stemcd
Copy link

stemcd commented Jul 4, 2014

+1

@SuperveS
Copy link

SuperveS commented Jul 4, 2014

+1000
ANy update on that?

@BlakeGardner
Copy link

This would be a wonderful addition

@beasurajitroy
Copy link

+1

2 similar comments
@yarki
Copy link

yarki commented Jul 31, 2014

+1

@mboyers
Copy link

mboyers commented Aug 7, 2014

+1

@zther
Copy link

zther commented Aug 8, 2014

+1

I'm trying to plot what comes back from log stash DF plugging. "Used" and "Free" I've been struggling for the past few days to plot 2 values. Why is this so difficult?

@meng-fu
Copy link

meng-fu commented Aug 11, 2014

+1

1 similar comment
@pdb493
Copy link

pdb493 commented Aug 11, 2014

+1

@cutejecy
Copy link

+1

8 similar comments
@micmro
Copy link

micmro commented Aug 12, 2014

+1

@Stanback
Copy link

+1

@3h4x
Copy link

3h4x commented Aug 26, 2014

+1

@diegoasth
Copy link

+1

@Tomato-
Copy link

Tomato- commented Sep 12, 2014

+1

@FredDgrv
Copy link

+1

@phun
Copy link

phun commented Sep 25, 2014

+1

@mirath
Copy link

mirath commented Oct 6, 2014

+1

@spalger
Copy link
Contributor

spalger commented Oct 6, 2014

Being able to plot multiple values is on the roadmap for Kibana 4. Please track #1536 for the progress of this feature.

@spalger spalger closed this as completed Oct 6, 2014
@peyerc
Copy link

peyerc commented Oct 17, 2014

+1

3 similar comments
@sammerry
Copy link

+1

@xo4n
Copy link

xo4n commented Nov 20, 2014

+1

@kxr
Copy link

kxr commented Dec 7, 2014

+1

@paulosborne
Copy link

+1

2 similar comments
@CybotTM
Copy link

CybotTM commented Mar 3, 2015

+1

@conchz
Copy link

conchz commented Mar 30, 2015

+1

@spalger
Copy link
Contributor

spalger commented Mar 30, 2015

Today this is can be accomplished by adding multple metrics to either the vertical bar, line, or area charts.

image

@willemdh
Copy link

+1

@tnolet
Copy link

tnolet commented May 28, 2015

Can't this issue be closed? The new Kibana supports this.

spalger pushed a commit to spalger/kibana that referenced this issue Mar 3, 2016
- Closes elastic#169 - Add type field to multi_match
- Closes elastic#175 - Adding global autocomplete rules for aliases
- Closes elastic#194 - Adding time_zone to date_histogram agg
- Closes elastic#199 - Removed multi_field type and added copy_to
- Closes elastic#170 - Add _bunch endpoint
- Closes elastic#174 - Adding _search/template endpoint
@vijaydodla
Copy link

i see this is still not possible using Kibana line chart .Here is the use case i'm working now
Have to plot line graphs on two fields
Field 1 gives percentage sales of each product for each hour
Field 2 gives percentage sales of all products for each hour
In Y-axis percentage and X-axis hour time . I 'm plotting percentage of consumption of each product . I want to plot Field 2 as another line graph along with Field 1 .
Not sure if it is possible or not ...tried all the possibilities still no success .Any help is greatly appreciated.

harper-carroll pushed a commit to harper-carroll/kibana that referenced this issue Jul 11, 2016
added code for Steve's networkrules index
w33ble added a commit to w33ble/kibana that referenced this issue Sep 13, 2018
* chore: named exports for common functions

:

* chore: named exports for common functions

* chore: named exports for types

* chore: named exports for elements

* chore: named exports for expression types

* chore: named exports for public functions

BREAKING CHANGE: access to public functions required named imports now

* chore: named exports for redux state

* chore: named exports for server functions

* chore: named exports in state tests
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.