-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Metricbeat kafka dashboard #8457
Metricbeat kafka dashboard #8457
Conversation
Kafka dashboards calculate cardinalities of composed fields, this is expensive in query time, but can be optimized if the composed fields are precalculated. Continues with elastic#7767, needed for elastic#8457.
Screenshot of current dashboard, main changes with respect to dashboard in demo.elastic.co:
Something like this could be shipped for 6.5.0, but his will probably need more iterations, I'm not sure about the accuracy of some queries (specially counting replicas). And we could probably benefit of having specific topic/partition and consumers dashboards. |
Kafka dashboards calculate cardinalities of composed fields, this is expensive in query time, but can be optimized if the composed fields are precalculated. Continues with elastic#7767, needed for elastic#8457. (cherry picked from commit 78ef120)
09d8c14
to
72ca74d
Compare
72ca74d
to
b3311cc
Compare
Some more changes:
I have a doubt now, I can do some things with TSVB tables that I cannot do with normal tables, but also I cannot group by multiple fields with TSVB, what I need for the consumer groups table. So I have the two kind of tables in the same dashboard. Both tables are different in style and features, so I'm not sure if continue like this, what gives in my opinion more valuable info, or show only a subset of info with consistent table styles. |
Fixed consistency of capitalization in table headers, and removed "Number of" from them, so there is more space for data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Didn't test locally as no Kafka setup at the moment. Would be good to sync up with Dale when this is in.
Failure is not related. |
I haven't added a changelog entry, added now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WFG
@gingerwizard everything is on master now, it'd be awesome if you could give it a try. Thanks! |
Add metricbeat kafka dashboard based on the one implemented by Dale for demo.elastic.co. Co-authored-by: Dale McDiarmid <dalem@elastic.co> (cherry picked from commit 450071d)
Migration of Kafka dashboard in https://demo.elastic.co to metricbeat.
Depends on #8504