-
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 Kibana dashboards for system module #2080
Add Kibana dashboards for system module #2080
Conversation
@@ -0,0 +1,11 @@ | |||
{ | |||
"visState": "{\"title\":\"Avg. Total Memory\",\"type\":\"metric\",\"params\":{\"handleNoResults\":true,\"fontSize\":\"40\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"system.memory.total\",\"customLabel\":\"Total Memory\"}}],\"listeners\":{}}", |
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.
The file name with Avg.
is interesting, but that is more something related to Kibana and brings up the question if we should use abbreviations in the title.
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.
I agree. I removed it from the title.
LGTM. @monicasarbu elastic/kibana#7789 seems to be merged now. |
Another blocker for this PR: elastic/kibana#7828 |
…the system module
* Add dashboards for system module * Reduce spaces between widgets * Run make collect * Add dashboards for filesystem, filesystem per host, and overview for the system module
This PR adds multiple Kibana dashboards that display data collected by the system module of Metricbeat. The dashboards are connected together using the navigation bar.