-
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 ELU fields to metricbeat Kibana module. #35020
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
3af31c5
to
a370008
Compare
a370008
to
d045a92
Compare
cc @elastic/kibana-core |
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
-- | ||
|
||
[float] | ||
=== event_loop_utilization |
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 kibana module can either route data to metricbeat-*
or .monitoring-kibana-8-mb
depending on the xpack.enabled
value provided. The monitoring-*
template is defined in elasticsearch, could you also add the mappings there ?
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.
Sure thing - opened PR here: elastic/elasticsearch#95388
@elasticmachine run elasticsearch-ci/docs |
Thanks @klacabane - looks like I don't have permissions to merge, would you mind merging this when you are ready? |
🚢 |
* Add ELU fields to metricbeat Kibana module. * Update changelog. * Run make update.
This PR updates the Metricbeat
kibana
module with support for the newevent_loop_utilization
field added to Kibana in elastic/kibana#153717. We plan to use this metric for autoscaling in serverless, so metricbeat needs to know about it.Checklist
[ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
cd metricbeat
mage build
./metricbeat modules enable kibana
elasticsearch.output
username/password lines inmetricbeat.yml
(elastic:changeme
)./modules.d/kibana.yml
:./metricbeat -e
metricbeat-*
data view in kibanaevent_loop_utilization