-
Notifications
You must be signed in to change notification settings - Fork 444
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
[kibana] Add memory utilization metric #8617
[kibana] Add memory utilization metric #8617
Conversation
🌐 Coverage report
|
}, | ||
"array_buffers": { | ||
"bytes": 2197869632 | ||
}, | ||
"external": { | ||
"bytes": 4890295460 |
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 think you'll need to also add the cgroup fields to this sample as well
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.
done in 1400f29
Package kibana - 2.5.1 containing this change is available at https://epr.elastic.co/search?package=kibana |
Adds mappings for new Kibana memory fields added in elastic/kibana#172146 to the monitoring templates.
Corresponding Beats PR: elastic/beats#37232