-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
[Stack Monitoring] Remove custom Monitoring Bulk API endpoint #47213
Comments
Pinging @elastic/es-core-features |
This would enormously simplify the removal of types from the Bulk API, as the monitoring bulk endpoint still uses the |
@jakelandis When we're ready to do this, is this something that you think the ES team can take on? I'm just hoping we can find an owner for this work. |
@cachedout - yes this is something that ES team would take care of. |
Internal monitoring has been deprecated for quite a while, and we're no longer doing any active development on it. I'm going to close this issue. |
The work described in this issue is a breaking change. As such, it is intended to be released only in a major release (i.e. no backports).
We now have the ability to monitor Elasticsearch, Kibana, Logstash, Beats, and APM Server with Metricbeat. The previous method of monitoring stack products, using collection code internal to each product that shipped monitoring data to a custom Monitoring Bulk API endpoint, is now deprecated. And in the next major release (likely 8.0.0), all code related to this internal collection approach should be removed.
This issue tracks the removal of one specific item related to the internal collection approach: the custom Monitoring Bulk API endpoint, i.e.
POST _monitoring/bulk
.By removing this endpoint, various stack products (other than Elasticsearch) will no longer be able to ship their internally-collected monitoring metrics to Elasticsearch via this endpoint. Instead these products will now have to be monitored externally by Metricbeat, which will ship monitoring metrics (to the monitoring Elasticsearch cluster) using the standard
POST _bulk
API endpoint.The text was updated successfully, but these errors were encountered: