Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Monitoring] Make monitoring collection API public again (#205190)
Related to #186882 ## Summary #186781 required all teams to make sure that all Kibana APIs in their respective plugins were using the appropriate access `internal` or `public`. PR #186882 flagged the `/api/monitoring_collection/{type}` API endpoint as `internal`. The effect of that change was the [appearance of deprecation logging](#186882 (comment)) in Kibana logs, because that endpoint is called from the [`kibana` Metricbeat module](https://github.com/elastic/beats/blob/main/metricbeat/module/kibana/kibana.go#L42C1-L46C1) in order to monitor Kibana. For this reason, we need to change the access mode of that API endpoint back to `public`.
- Loading branch information