-
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
Data annotations (aka Chart markers) #2706
Comments
+1000000 |
+1 That would be really great! |
+1 for the grafana approach |
+1 that sounds super useful! Plus a small API that allows to automatically create new annotations, e.g. through a web hook when deploying or when pushing to a repository. |
+1 This is crucial to be able and visually correlate system metrics with other event data such as monitoring events, changes, etc... Grafana seems to be an interesting starting point for this kind of feature. |
+1. A must feature to have in monitoring infrastructure. |
+1 Would love to see this |
+1 from two developers at DevOps Days Chicago. They specifically brought this up as a feature available in Grafana. |
+1 |
+1 Is this even being worked on? |
+1 this is very very useful |
+1 |
1 similar comment
+1 |
+1. Glaring hole in Kibana. Annotations show events that are a critical part of seeing what happened. A little ironic because Grafana is the time-series tool and Kibana is the event viewer. |
+1 |
+100 |
+1 |
Useful thing it can be. Conditional annotations? If { query } ( mark { datetime, comment } Sent from Gmail Mobile |
@marcinkubica can you expand on your idea |
+1 However I would like to add that markers should be able to come from any defined index, and have the ability to define different icons to represent different types of events. For example, a deploy event may have one icon and an incident/Jira ticket might have another. Finally be able to assign multiple marker 'types' to a specified visualization. |
+1 |
👍 |
👍 |
+1 need this too |
From the screenshot @simianhacker , it seems it was available in Kibana 3? Is it dropped in Kibana 4? |
+100 |
+1 |
+1, using grafana until both this and support for displaying times correctly is implemented. Without them kibana is basically useless for metrics. |
+1 |
+100 i would like to see markers like 'start change XXX' and 'end change XXX', preferably clickable so I can look up the change in my change tool, and ignore (or investigate..!) messages that are between the change interval. |
Kibana already stores some data in an index called Has anyone started working on an implementation yet? |
+1 |
2 similar comments
+1 |
+1 |
+1 this would be very helpful, as I'm currently considering writing a plugin to do this similar to the grafana approach... |
+1 |
I would like to work on this since it is a much needed feature, but I will probably need an Elastic Member @w33ble @simianhacker @Bargs to discuss implementation details with. Some questions I need answered:
|
My understanding is that the vislib is on the forefront, but I don't know what the plan is (rewrite vs replacement vs something else). I believe @ppisljar is the one to chime in on that. Whoever is spearheading that effort is the one you'll want to work with though. |
Kibana 3 and Grafana call them annotations, so if there aren't any objections let's just stick with that.
The fate of the vislib isn't set in stone, but for the time being @ppisljar and I are working to make it more maintainable as is. Either way, a good chunk of the work here will be implementing the supplemental query necessary to pull down the annotations. The logic to load the annotations probably need to be the responsibility of either the
I definitely think that annotation docs should be stored in user indices, not
I would probably add an "annotations" section to the data tab of the visualize editor. There, users could create one or more annotation configurations, probably with similar configuration options to other implementations.
Right now that's dependent on when the feature is ready |
Hi, |
This will be going into the PR #9725 that is currently under review: |
@simianhacker Very cool! It looks like the PR just got merged and is labeled v5.4.0 and v6.0.0. So does that mean we have to upgrade our ES nodes to at least 5.4.0 in order to use this new Kibana feature? |
@styfle Yes |
@w33ble @simianhacker Can we close this now that time series visual builder has been merged (5.4) with annotation capabilities? |
+1 |
Closing this issue as this feature is now supported in Time Series Visual Builder as of 5.4 |
Broken Link/404 |
The ability to view annotations on top of visualizations would be highly useful.
The idea comes from my use of CopperEgg, where it would overlay my server ping times with alert events. @simianhacker also wanted this same functionality when plotting power usage, as he wanted to annotate the graphs with specific events (AC on/off, lights, etc).
The text was updated successfully, but these errors were encountered: