-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Comments
Unfortunately not currently supported. Could possibly be. Will look into it. |
Thank you for the reply. I solved the problem using logstash's clone and On Mon, Jul 8, 2013 at 3:04 PM, Rashid Khan [email protected]:
Sincerely |
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. |
+1, also similar to issue 150 "analyse multiple numeric fields in the same histogram" |
+1, this is actually a quite important feature |
+1, This would be a feature, that would cause sever injuries, due to jaws dropping all over the floor. |
+1 |
2 similar comments
+1 |
+1 |
+1 ... a hugely important feature! |
+1 This would replace graphite in many cases. |
+1 |
8 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1000 |
This would be a wonderful addition |
+1 |
2 similar comments
+1 |
+1 |
+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? |
+1 |
1 similar comment
+1 |
+1 |
8 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Being able to plot multiple values is on the roadmap for Kibana 4. Please track #1536 for the progress of this feature. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 |
2 similar comments
+1 |
+1 |
+1 |
Can't this issue be closed? The new Kibana supports this. |
- 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
i see this is still not possible using Kibana line chart .Here is the use case i'm working now |
added code for Steve's networkrules index
* 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
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?
The text was updated successfully, but these errors were encountered: