-
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
Gantt chart widget #3998
Comments
Can you elaborate on what you're looking for and why? Helpful things include:
|
+1 |
I'd like to add an additional use-case for a "gantt-like" visualization. One of the things we store in Elasticsearch are transaction traces that contain information such as response/service time, amount of data processed, etc. It would be very valuable to somehow present that information in a similar way that browser dev tools show where the browser spends its time when processing a request. |
Great example .. this is exactly what we need |
+1 |
1 similar comment
+1 |
+1, I would very much like to see this. |
+1 |
2 similar comments
+1 |
+1 |
This would be useful for displaying transaction traces |
+1 |
1 similar comment
+1 |
Would be great if it did not require a start time and end time fields but would also be able to use a start time and duration field. Defining the format of the duration field is essential in the visualization. More useful because the duration field exists in many cases. |
+1 would be extremely useful for our web logs and app traces |
+1 - use case : timestamp based events happening across a large company. I'd like correlate them visually on a specific time period. E.g. What changes went out across all micro services during a specific time period. |
+1 |
7 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+10 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
I've started to implement plugin here: https://github.com/sasauz/kibana_vis_gantt |
+1 |
2 similar comments
+1 |
+1 |
^2 |
+1 |
1 similar comment
+1 |
+1 |
2 similar comments
+1 |
+1 |
+1 |
+1 just seen this working |
+1 |
1 similar comment
+1 |
might be an interesting brainstorming on the generalized schema (min / max dates & numbers, duration / metric) and meaningful data modeling requirements for data views. Events in synthetics is another good use case to track. |
Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner. |
Add the Gantt chart widget to the widget list
The text was updated successfully, but these errors were encountered: