-
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
Add Dashboards for Metricbeat #5451
Comments
@monicasarbu For the naming convention: I'm curious why the one used for Dashboards is different from the for Visualisations? First one starting with |
@acchen97 came with this proposal. I guess it's because for the dashboards is important first to see the module from where it belongs. In Kibana, only the first x characters are displayed in the title of each visualization, so it's important for the user to see the description of the visualization and not the module from where it belongs. |
@monicasarbu there seems to be a dashboard shipped with Kibana now. |
To get a better picture on the current state of which modules have a dashboard, we auto generate it now for our docs: https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-modules.html |
Forgot something important, it seems that there is now an nginx dashboard so this can be closed? |
@monicasarbu I'm thinking to close this meta issue as this issue had not really lead to the community contributions, we are now tracking in the docs automatically which modules have dashboards and in general adding dashboards is part of making the modules GA. For the details on the naming we should add it to the dev guide. |
Haproxy dashboards added in #6934 |
@ruflin Feel free to close this issue. |
I would be open to contributing a kafka dashboard, since I probably need to brew one up anyway. I scanned over open issues and don't think anyone's created one. Just don't want to duplicate effort if there's already work under way. |
@anthonyserious A dashboard would definitively be welcome. |
Any progress on a dashboard for postgresql or anyone have a working one? |
@ruflin 👍 No promises on a timeline, but if it happens it'll be in the next few weeks. |
@tollgen No progress on the postgres dashboard so far. @anthonyserious Of course, let us know if we can help in any way. |
@anthonyserious i'm looking at adding a dashboard for kafka. Unfortunately, due to the current fields its going to be difficult to produce something compelling. More specifically:
I will host any initial dashboard on staging.demo.elastic.co for comment. |
@gingerwizard sounds good to me. I haven't had the opportunity to start anything yet, and I haven't even looked at what fields are available. Thanks for doing this! |
This needs fields that currently aren't available in the module. @jsoriano is looking at extending the module to add these fields. |
PR with the changes on fields #7767 |
PR with the Kafka dashboard merged into master #8457 |
Re-issued here: #10594 |
Thanks for the awesome work. Metricbeats has been really helpful to us for monitoring the resources. I'd really like to see some updates for the Postgresql Dashboard. |
@samirsss are you activelly using the Postgresql dashboard? It'd be great if you could open a new issue with whatever you think we can improve there. As a user of it your feedback will be really valuable! Thanks! |
Missing dashboards
The following Metricbeat modules are missing a dashboard:
The following Metricbeat modules have dashboards, but need to be transformed to use TSVB visualizations:
Note that some modules have
?
as they are too generic, and I am not sure if we can build a useful dashboard for them.Naming convention
There is a naming convention for the dashboards, visualizations, searches across the dashboards provided by Logstash and Beats starting with 6.0 release.
Dashboards are named like this: "[Filebeat Nginx] Access logs"
Visualizations and searches are named like this: "Top processes [Filebeat Nginx]"
Documentation
https://www.elastic.co/guide/en/beats/devguide/master/new-dashboards.html
FAQ
Q: What Kibana should we use for creating the dashboards?
A: I would say the latest release.
Q: The saved dashboards objects are different for Kibana 5.x than for 6.x (see the
5.x
and6.x
directories under_meta/kibana
). Should we save the dashboards only for the Kibana 6.x releases or 5.x too?A: I would say to start with 6.x first and leave 5.x for later.
Q: How to subscribe that you are building the dashboards for a module?
A: Just add your name near the module to make sure we are not duplicating effort.
Q: Are we accepting community contributions?
A: Yes, we are happy to get community contributions.
The text was updated successfully, but these errors were encountered: